diff options
author | Vincent Prince <vincent.prince.fr@gmail.com> | 2019-09-18 13:25:49 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-18 07:08:16 -0700 |
commit | 969effbdea6ad8e274c6bfddfd8d84e5666be64c (patch) | |
tree | d696f4d5fb6876e050bb854de6797759164e0242 /meta-python/recipes-devtools | |
parent | d80ed0503f24a601bc5f6f7bae60cfd1f0e2fb29 (diff) | |
download | meta-openembedded-969effbdea6ad8e274c6bfddfd8d84e5666be64c.tar.gz |
python*-psutil: Add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Vincent Prince <vincent.prince.external@saftbatteries.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-psutil.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-psutil.inc b/meta-python/recipes-devtools/python/python-psutil.inc index e466c5cd4..0908c1c92 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} += " \ | |||
18 | ${PYTHON_PN}-threading \ | 18 | ${PYTHON_PN}-threading \ |
19 | ${PYTHON_PN}-xml \ | 19 | ${PYTHON_PN}-xml \ |
20 | " | 20 | " |
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||