[oe-commits] Max Eliaser : python: python-pycairo: add python-pycairo-native

git at git.openembedded.org git at git.openembedded.org
Sat Aug 2 08:30:29 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 39cf9bcc28df7a4a37bc32e220ddc57b645350d4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=39cf9bcc28df7a4a37bc32e220ddc57b645350d4

Author: Max Eliaser <max.eliaser at intel.com>
Date:   Tue Jul 29 11:07:06 2014 -0700

python: python-pycairo: add python-pycairo-native

A -native variant of python-pycairo will be necessary for running the native
version of pybootchartgui. It may also come in handy for running other Python
utilities from the native sysroot.

Signed-off-by: Max Eliaser <max.eliaser at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/python/python-pycairo_1.10.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python/python-pycairo_1.10.0.bb b/meta/recipes-devtools/python/python-pycairo_1.10.0.bb
index 5b59b6c..70fe25c 100644
--- a/meta/recipes-devtools/python/python-pycairo_1.10.0.bb
+++ b/meta/recipes-devtools/python/python-pycairo_1.10.0.bb
@@ -20,6 +20,8 @@ S = "${WORKDIR}/py2cairo-${PV}"
 
 inherit distutils pkgconfig
 
+BBCLASSEXTEND = "native"
+
 do_configure() {
 	BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} ./waf configure --prefix=${D}${prefix} --libdir=${D}${libdir}
 }



More information about the Openembedded-commits mailing list