[OE-core] [CONSOLIDATED PULL 18/25] python-pycairo: fix for x32
Saul Wold
sgw at linux.intel.com
Fri Jan 6 07:56:29 UTC 2012
From: Nitin A Kamble <nitin.a.kamble at intel.com>
Add the libdir to configure so that path like /usr/libx32 can work.
Also passing parallel make flags to the building process.
Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
.../python/python-pycairo_1.10.0.bb | 6 +++---
1 files changed, 3 insertions(+), 3 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 812acfb..7d1b6c1 100644
--- a/meta/recipes-devtools/python/python-pycairo_1.10.0.bb
+++ b/meta/recipes-devtools/python/python-pycairo_1.10.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f2e071ab72978431b294a0d696327421 \
# cairo >= 1.8.8
DEPENDS = "cairo"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://cairographics.org/releases/py2cairo-${PV}.tar.bz2"
@@ -21,11 +21,11 @@ S = "${WORKDIR}/py2cairo-${PV}"
inherit distutils pkgconfig
do_configure() {
- BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} ./waf configure --prefix=${D}${prefix}
+ BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} ./waf configure --prefix=${D}${prefix} --libdir=${D}${libdir}
}
do_compile() {
- ./waf build
+ ./waf build ${PARALLEL_MAKE}
}
do_install() {
--
1.7.6.4
More information about the Openembedded-core
mailing list