[oe] [meta-python][PATCH] python-vcversioner: add native extension

Chen Qi Qi.Chen at windriver.com
Fri Mar 4 06:56:17 UTC 2016


Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 2 ++
 1 file changed, 2 insertions(+)

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 40b3778..e87e50f 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"
-- 
1.9.1




More information about the Openembedded-devel mailing list