aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-08-31 16:51:10 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-11 09:10:44 +0200
commit1cb3cdc8fe7e97dad0c803e72cd3fa48c0c4e759 (patch)
tree6a3b493a3569db208622d2826c475b349eaa0e13 /meta-python
parentc0fe31fdd6bf519edbf947259c0608cec4e13fa8 (diff)
downloadmeta-openembedded-contrib-1cb3cdc8fe7e97dad0c803e72cd3fa48c0c4e759.tar.gz
python-six: Add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-six.inc3
1 files changed, 3 insertions, 0 deletions
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"
+