[meta-virtualization] [PATCH 2/2] python-babel: add native support.

Denis Carikli denis at eukrea.com
Wed Dec 4 09:49:01 PST 2013


Signed-off-by: Denis Carikli <denis at eukrea.com>
---
 .../recipes-devtools/python/python-babel_1.3.bb    |    1 +
 .../recipes-devtools/python/python-pytz_2013.8.bb  |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-babel_1.3.bb b/meta-openstack/recipes-devtools/python/python-babel_1.3.bb
index cf2b7a8..11b79d8 100644
--- a/meta-openstack/recipes-devtools/python/python-babel_1.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-babel_1.3.bb
@@ -18,3 +18,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools
 
+BBCLASSEXTEND = "native"
diff --git a/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb b/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb
index cee4fc2..c5c3fce 100644
--- a/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb
+++ b/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb
@@ -16,3 +16,5 @@ SRC_URI[sha256sum] = "58552e870aa2c0a1fa3b4ef923f00fbf3e55afaa87f8d31244d44f188d
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools 
+
+BBCLASSEXTEND = "native"
-- 
1.7.9.5



More information about the meta-virtualization mailing list