diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-03-28 16:04:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-03-28 16:04:12 +0000 |
commit | f54bd12991023b60209135e7e77b86afa2b80b76 (patch) | |
tree | b97769d104766c213609b5f7bc6c7fb514a2909a /packages/python | |
parent | a61d0ff5bdb2c9006f5e35d70cea3f74f66231d1 (diff) | |
parent | aae834760ee0eb60cfa60353ad09c6b6431acee4 (diff) |
merge of '9fdf613358c5efcdb75a30ee08729a9e2a7ade08'
and 'ee2aa51c8eb93fa5579f4cf49a53eb0cb3e90319'
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-dbus_0.82.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-dbus_0.82.4.bb b/packages/python/python-dbus_0.82.4.bb index 8e80882a30..08cdbf7f44 100644 --- a/packages/python/python-dbus_0.82.4.bb +++ b/packages/python/python-dbus_0.82.4.bb @@ -4,12 +4,12 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus" LICENSE = "MIT" DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" RDEPENDS = "python-threading python-io python-stringold python-logging" -PR = "ml2" +PR = "ml3" SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" S = "${WORKDIR}/dbus-python-${PV}" -inherit distutils-base autotools +inherit distutils-base autotools pkgconfig export BUILD_SYS := "${BUILD_SYS}" export HOST_SYS := "${HOST_SYS}" |