diff options
author | Binghua Guan <freebendy@gmail.com> | 2018-07-23 21:29:48 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-26 20:10:07 -0700 |
commit | 8760980fccbb0419e6562719c9efb8a2260fe819 (patch) | |
tree | 74b0fec123051b1245294cd9bf950b4050f341dd /meta-python | |
parent | 37049d721fc0b1809cb4741d6c960664bf08f774 (diff) | |
download | meta-openembedded-8760980fccbb0419e6562719c9efb8a2260fe819.tar.gz |
python-pyflakes: add native and nativesdk
Signed-off-by: Binghua Guan <freebendy@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyflakes_1.6.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyflakes_1.6.0.bb b/meta-python/recipes-devtools/python/python-pyflakes_1.6.0.bb index 244485965..a16a880db 100644 --- a/meta-python/recipes-devtools/python/python-pyflakes_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python-pyflakes_1.6.0.bb | |||
@@ -12,3 +12,5 @@ RDEPENDS_${PN} += " \ | |||
12 | ${PYTHON_PN}-prettytable \ | 12 | ${PYTHON_PN}-prettytable \ |
13 | ${PYTHON_PN}-cmd2 \ | 13 | ${PYTHON_PN}-cmd2 \ |
14 | ${PYTHON_PN}-pyparsing" | 14 | ${PYTHON_PN}-pyparsing" |
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||