aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorBinghua Guan <freebendy@gmail.com>2018-07-23 21:29:47 +0800
committerKhem Raj <raj.khem@gmail.com>2018-07-26 20:10:07 -0700
commit57881c4e7ec9415c62406b324e9ca29d6515b8b1 (patch)
tree901340cc089190ad0458fd183dc2cb5aa3bd4ee4 /recipes-devtools
parentd491c83da4217d2f3670fb975e762161f693098b (diff)
downloadmeta-python2-57881c4e7ec9415c62406b324e9ca29d6515b8b1.tar.gz
python-pep8: add native and nativesdk
(From meta-openembedded commit: 37049d721fc0b1809cb4741d6c960664bf08f774) Signed-off-by: Binghua Guan <freebendy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-pep8_1.7.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pep8_1.7.1.bb b/recipes-devtools/python/python-pep8_1.7.1.bb
index b12d72d..54ce978 100644
--- a/recipes-devtools/python/python-pep8_1.7.1.bb
+++ b/recipes-devtools/python/python-pep8_1.7.1.bb
@@ -12,3 +12,5 @@ RDEPENDS_${PN} += " \
python-prettytable \
python-cmd2 \
python-pyparsing"
+
+BBCLASSEXTEND = "native nativesdk"