diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-23 08:16:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-23 08:16:51 +0000 |
commit | b6d6e400005ee9a12a5c859609e3cb609c0d8dea (patch) | |
tree | 0e4b614f33cd020bb7f9e317e6f96be756c74d80 /packages/python/python-dbus_0.81.1.bb | |
parent | 2cb53be5d39a4a4817e1464f853d5b0cd038e571 (diff) | |
parent | 1d90efcdbf94571236a9d770af3d1adfb8ced770 (diff) |
merge of '19b3553f698a014d63c349b2723f835295c7b5da'
and '38e2cd40a04ac88008e433a43002415c562145e4'
Diffstat (limited to 'packages/python/python-dbus_0.81.1.bb')
-rw-r--r-- | packages/python/python-dbus_0.81.1.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/python/python-dbus_0.81.1.bb b/packages/python/python-dbus_0.81.1.bb index 82b9c390ca..ad3b1c177b 100644 --- a/packages/python/python-dbus_0.81.1.bb +++ b/packages/python/python-dbus_0.81.1.bb @@ -4,11 +4,15 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus" LICENSE = "GPL" DEPENDS = "expat glib-2.0 virtual/libintl python-pyrex-native python" RDEPENDS = "dbus python-threading python-io python-stringold python-logging" -PR = "ml0" +PR = "ml1" SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \ - file://allow-older-autotools.patch;patch=1" + file://allow-older-autotools.patch;patch=1 \ + file://python-path.patch;patch=1" + S = "${WORKDIR}/dbus-python-${PV}" inherit distutils-base autotools +EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" + |