diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-23 10:53:46 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-23 10:53:46 +0000 |
commit | 9840a3458d188fc6c1e44ae7760d9007117dfbea (patch) | |
tree | 0a5d79e061ab95cedcee5504ed54d4d26dd75309 /packages/python/python-pygtk2_2.10.3.bb | |
parent | a64bb5d2b964bafe23d158dd455446ce5d5015ea (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.10.3.bb')
-rw-r--r-- | packages/python/python-pygtk2_2.10.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/python/python-pygtk2_2.10.3.bb b/packages/python/python-pygtk2_2.10.3.bb index d040299a0e..f7366af401 100644 --- a/packages/python/python-pygtk2_2.10.3.bb +++ b/packages/python/python-pygtk2_2.10.3.bb @@ -13,6 +13,7 @@ SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.10/${SRCNAME}-${PV}.tar S = "${WORKDIR}/${SRCNAME}-${PV}" EXTRA_OECONF = "--disable-docs" +EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" inherit autotools pkgconfig distutils-base |