diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2016-03-04 14:56:17 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-07 13:02:19 +0100 |
commit | 52d47d8c7c5c65a46f1abc618d4398fbcbb8a4b1 (patch) | |
tree | a21492b31f17ae94e7c3fbb72d10a538b601ab6b | |
parent | 997688e21cafc03b248fab009b7a3ad79d02a50f (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 2 |
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 40b3778f9..e87e50f9b 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() { | |||
17 | do_install_append() { | 17 | do_install_append() { |
18 | install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ | 18 | install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ |
19 | } | 19 | } |
20 | |||
21 | BBCLASSEXTEND = "native" | ||