[oe-commits] [meta-openembedded] 01/03: python-vcversioner: add native extension

git at git.openembedded.org git at git.openembedded.org
Fri Mar 4 14:29:36 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit bd1a2778cd177c982d36f56f9acafe7e73324cbc
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Fri Mar 4 14:56:17 2016 +0800

    python-vcversioner: add native extension
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list