diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-31 16:51:10 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-11 09:10:44 +0200 |
commit | 1cb3cdc8fe7e97dad0c803e72cd3fa48c0c4e759 (patch) | |
tree | 6a3b493a3569db208622d2826c475b349eaa0e13 /meta-python | |
parent | c0fe31fdd6bf519edbf947259c0608cec4e13fa8 (diff) | |
download | meta-openembedded-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.inc | 3 |
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 e54c0e8c3..e33c01ded 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() { | |||
13 | } | 13 | } |
14 | 14 | ||
15 | RDEPENDS_${PN} += "${PYTHON_PN}-io" | 15 | RDEPENDS_${PN} += "${PYTHON_PN}-io" |
16 | |||
17 | BBCLASSEXTEND = "native nativesdk" | ||
18 | |||