diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-17 10:17:43 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:27 +0200 |
commit | 7fdedb7aaa309c43503a5e5860556ab83b70f86a (patch) | |
tree | c5d14d6ea7089ed54b2c4ccd002824b358eb99b6 /meta-python/recipes-devtools/python | |
parent | f0c12422e8aaf863e393dbba77d9cd2c71a41bcb (diff) | |
download | meta-openembedded-7fdedb7aaa309c43503a5e5860556ab83b70f86a.tar.gz |
python3-click: Add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-click.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-click.inc b/meta-python/recipes-devtools/python/python-click.inc index f3d5b3604..90809aff5 100644 --- a/meta-python/recipes-devtools/python/python-click.inc +++ b/meta-python/recipes-devtools/python/python-click.inc | |||
@@ -15,3 +15,5 @@ RDEPENDS_${PN} += "\ | |||
15 | ${PYTHON_PN}-io \ | 15 | ${PYTHON_PN}-io \ |
16 | ${PYTHON_PN}-threading \ | 16 | ${PYTHON_PN}-threading \ |
17 | " | 17 | " |
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||