diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-03-29 03:00:12 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-03-29 03:00:12 +0000 |
commit | d3305bd33e0e4ebe3907018393ddf1176a3369d6 (patch) | |
tree | 9f04c0be14ffff90eecd4d14dff9f976dcddcc6e /packages/python/python-dbus_0.82.4.bb | |
parent | 610d30a507a71fd8b3fd1b4f01bc146d3f8fd143 (diff) | |
parent | 7d9e53a4342fb5a025bdaacecbc6457bdba1c6cc (diff) |
merge of '641cb531f5b8a986da7de7e34632a36c15b6c3ca'
and 'd3bc42a7b3cb02bf7be09e8aae8fd99960be84b7'
Diffstat (limited to 'packages/python/python-dbus_0.82.4.bb')
-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}" |