aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorBinghua Guan <freebendy@gmail.com>2018-07-23 21:29:48 +0800
committerKhem Raj <raj.khem@gmail.com>2018-07-26 20:10:07 -0700
commit0bea9406bedb4730dbe92893f91ca1067159b2e5 (patch)
treeef65716f1901fff866040d7abb2e92ce17b58629 /recipes-devtools
parent57881c4e7ec9415c62406b324e9ca29d6515b8b1 (diff)
downloadmeta-python2-0bea9406bedb4730dbe92893f91ca1067159b2e5.tar.gz
python-pyflakes: add native and nativesdk
(From meta-openembedded commit: 8760980fccbb0419e6562719c9efb8a2260fe819) 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-pyflakes_1.6.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pyflakes_1.6.0.bb b/recipes-devtools/python/python-pyflakes_1.6.0.bb
index 2444859..a16a880 100644
--- a/recipes-devtools/python/python-pyflakes_1.6.0.bb
+++ b/recipes-devtools/python/python-pyflakes_1.6.0.bb
@@ -12,3 +12,5 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-prettytable \
${PYTHON_PN}-cmd2 \
${PYTHON_PN}-pyparsing"
+
+BBCLASSEXTEND = "native nativesdk"