aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2016-03-04 14:56:17 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-07 13:02:19 +0100
commit52d47d8c7c5c65a46f1abc618d4398fbcbb8a4b1 (patch)
treea21492b31f17ae94e7c3fbb72d10a538b601ab6b /meta-python
parent997688e21cafc03b248fab009b7a3ad79d02a50f (diff)
downloadmeta-openembedded-contrib-52d47d8c7c5c65a46f1abc618d4398fbcbb8a4b1.tar.gz
python-vcversioner: add native extension
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
index 40b3778f91..e87e50f9b9 100644
--- a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
+++ b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
@@ -17,3 +17,5 @@ do_compile_append() {
do_install_append() {
install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
}
+
+BBCLASSEXTEND = "native"