From: Max Eliaser Date: Tue, 29 Jul 2014 18:07:06 +0000 (-0700) Subject: python: python-pycairo: add python-pycairo-native X-Git-Tag: 2015-4~2120 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=39cf9bcc28df7a4a37bc32e220ddc57b645350d4;p=openembedded-core.git 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 Signed-off-by: Saul Wold --- 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 5b59b6ccc1..70fe25c1a1 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} }