aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorBinghua Guan <freebendy@gmail.com>2018-07-23 21:29:45 +0800
committerKhem Raj <raj.khem@gmail.com>2018-07-26 20:10:07 -0700
commit08355759b158f4098170a6bc64a26deae065bce8 (patch)
treede15016c52724a39a51041af9eb74793312518be /meta-python/recipes-devtools
parentdbfd9146bda19c4003f9d5f888ce6a262e13ba21 (diff)
downloadmeta-openembedded-08355759b158f4098170a6bc64a26deae065bce8.tar.gz
python-mccabe: 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/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb b/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
index a86d158007..6b63cd7802 100644
--- a/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
+++ b/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
@@ -16,3 +16,5 @@ RDEPENDS_${PN} += " \
python-prettytable \
python-cmd2 \
python-pyparsing"
+
+BBCLASSEXTEND = "native nativesdk"