]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-pygtk2: added EXTRA_OECONF needed for building on 64bit machines
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 6 Apr 2007 09:36:25 +0000 (09:36 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 6 Apr 2007 09:36:25 +0000 (09:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1445 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/python/python-pygtk2_2.8.6.bb

index c42d5ec23b154f59ce2bd04c5ba66f71c081709f..5b70de6118e982960667ac7ca99b2d4479e79ef6 100644 (file)
@@ -13,6 +13,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit autotools pkgconfig distutils-base
 
+EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
+
 do_configure_prepend() {
        install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
 }