From 969effbdea6ad8e274c6bfddfd8d84e5666be64c Mon Sep 17 00:00:00 2001 From: Vincent Prince Date: Wed, 18 Sep 2019 13:25:49 +0200 Subject: python*-psutil: Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Vincent Prince Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-psutil.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-psutil.inc b/meta-python/recipes-devtools/python/python-psutil.inc index e466c5cd49..0908c1c92b 100644 --- a/meta-python/recipes-devtools/python/python-psutil.inc +++ b/meta-python/recipes-devtools/python/python-psutil.inc @@ -18,3 +18,5 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-threading \ ${PYTHON_PN}-xml \ " + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg