From 52d47d8c7c5c65a46f1abc618d4398fbcbb8a4b1 Mon Sep 17 00:00:00 2001 From: "Qi.Chen@windriver.com" Date: Fri, 4 Mar 2016 14:56:17 +0800 Subject: python-vcversioner: add native extension Signed-off-by: Chen Qi Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf