summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-pycairo_1.10.0.bb
diff options
context:
space:
mode:
authorMax Eliaser <max.eliaser@intel.com>2014-07-29 11:07:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-02 09:26:14 +0100
commitc07efbdd99a8fa1eb231f81ccdb02c4b398c0243 (patch)
treed66ae7ec95f57ffeace87dbb1e15886e055c2f5f /meta/recipes-devtools/python/python-pycairo_1.10.0.bb
parenteecd6375465975a7cd403bba8a20ab6eb12b402a (diff)
downloadast2050-yocto-poky-c07efbdd99a8fa1eb231f81ccdb02c4b398c0243.zip
ast2050-yocto-poky-c07efbdd99a8fa1eb231f81ccdb02c4b398c0243.tar.gz
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. (From OE-Core rev: 39cf9bcc28df7a4a37bc32e220ddc57b645350d4) Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-pycairo_1.10.0.bb')
-rw-r--r--meta/recipes-devtools/python/python-pycairo_1.10.0.bb2
1 files changed, 2 insertions, 0 deletions
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}
}
OpenPOWER on IntegriCloud