diff options
author | Binghua Guan <freebendy@gmail.com> | 2018-07-23 21:29:47 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-26 20:10:07 -0700 |
commit | 37049d721fc0b1809cb4741d6c960664bf08f774 (patch) | |
tree | c9930f2e73550b232b5e717737227d9737acaf48 /meta-python | |
parent | 6beba13db45b19e5a7db0362fc4efbe77fab7cdd (diff) | |
download | meta-openembedded-37049d721fc0b1809cb4741d6c960664bf08f774.tar.gz |
python-pep8: 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-pep8_1.7.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pep8_1.7.1.bb b/meta-python/recipes-devtools/python/python-pep8_1.7.1.bb index b12d72d389..54ce9781af 100644 --- a/meta-python/recipes-devtools/python/python-pep8_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python-pep8_1.7.1.bb | |||
@@ -12,3 +12,5 @@ RDEPENDS_${PN} += " \ | |||
12 | python-prettytable \ | 12 | python-prettytable \ |
13 | python-cmd2 \ | 13 | python-cmd2 \ |
14 | python-pyparsing" | 14 | python-pyparsing" |
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||