From 00a32c6af3e72b02e0d4ed47f8c942ceaf6c5869 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Tue, 28 May 2019 11:46:47 -0700 Subject: [PATCH] DRAFT Add python3-psutil_%.bbappend: BBCLASSEXTEND += "native" --- recipes-devtools/python/python3-psutil_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-devtools/python/python3-psutil_%.bbappend diff --git a/recipes-devtools/python/python3-psutil_%.bbappend b/recipes-devtools/python/python3-psutil_%.bbappend new file mode 100644 index 0000000..09fd440 --- /dev/null +++ b/recipes-devtools/python/python3-psutil_%.bbappend @@ -0,0 +1,3 @@ +# Copyright (c) 2019 LG Electronics, Inc. + +BBCLASSEXTEND += "native"