python-pygtk2: added EXTRA_OECONF needed for building on 64bit machines

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1445 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-04-06 09:36:25 +00:00
parent 75498ecc0e
commit 1477657e3e
1 changed files with 2 additions and 0 deletions

View 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}/
}