aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBinghua Guan <freebendy@gmail.com>2018-07-23 21:29:50 +0800
committerKhem Raj <raj.khem@gmail.com>2018-07-26 20:10:07 -0700
commite929ea7a18b0aa4d7767d2264d26fcc5c8dde688 (patch)
treef1610e98443efc0d988d83c5b2c3774c99a70f34 /meta-python/recipes-devtools/python
parentb7e64bc2d762f96b1d98f62185d6c4bf86cd1158 (diff)
downloadmeta-openembedded-contrib-e929ea7a18b0aa4d7767d2264d26fcc5c8dde688.tar.gz
python-cmd2: 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/python')
-rw-r--r--meta-python/recipes-devtools/python/python-cmd2_0.9.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.9.2.bb b/meta-python/recipes-devtools/python/python-cmd2_0.9.2.bb
index 74dbaefc1d..95d2601cd9 100644
--- a/meta-python/recipes-devtools/python/python-cmd2_0.9.2.bb
+++ b/meta-python/recipes-devtools/python/python-cmd2_0.9.2.bb
@@ -19,3 +19,5 @@ RDEPENDS_${PN} += "\
${PYTHON_PN}-threading \
${PYTHON_PN}-textutils \
"
+
+BBCLASSEXTEND = "native nativesdk"