summaryrefslogtreecommitdiff
path: root/packages/python/python-pygtk2_2.8.6.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-03-23 10:53:46 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-03-23 10:53:46 +0000
commit9840a3458d188fc6c1e44ae7760d9007117dfbea (patch)
tree0a5d79e061ab95cedcee5504ed54d4d26dd75309 /packages/python/python-pygtk2_2.8.6.bb
parenta64bb5d2b964bafe23d158dd455446ce5d5015ea (diff)
python-pygtk2: make it build on 64bit host for 32bit machine (from Poky)
Informations why it is needed sent to mailing list.
Diffstat (limited to 'packages/python/python-pygtk2_2.8.6.bb')
-rw-r--r--packages/python/python-pygtk2_2.8.6.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/python/python-pygtk2_2.8.6.bb b/packages/python/python-pygtk2_2.8.6.bb
index ab571bdfd9..b3d8c93584 100644
--- a/packages/python/python-pygtk2_2.8.6.bb
+++ b/packages/python/python-pygtk2_2.8.6.bb
@@ -1,11 +1,11 @@
DESCRIPTION = "Python GTK+ Bindings"
SECTION = "devel/python"
-# needs gtk+-2.8.x
+PRIORITY = "optional"
DEPENDS = "gtk+ libglade"
RDEPENDS = "python-shell"
SRCNAME = "pygtk"
LICENSE = "LGPL"
-PR = "ml0"
+PR = "r1"
SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.8/${SRCNAME}-${PV}.tar.bz2 \
file://acinclude.m4"
@@ -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}/
}