From 1cb3cdc8fe7e97dad0c803e72cd3fa48c0c4e759 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 31 Aug 2016 16:51:10 -0300 Subject: python-six: Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-six.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc index e54c0e8c3f..e33c01ded3 100644 --- a/meta-python/recipes-devtools/python/python-six.inc +++ b/meta-python/recipes-devtools/python/python-six.inc @@ -13,3 +13,6 @@ do_install_append() { } RDEPENDS_${PN} += "${PYTHON_PN}-io" + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf