diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-14 03:01:32 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-14 03:01:32 +0000 |
commit | b564c8d9e38e2529a266d856b47910a42b8f6a47 (patch) | |
tree | 974f5e95855c255a0bbe6cca71541291766dc238 /packages/python/python-dbus_0.81.1.bb | |
parent | 49fc40335631daf60d2ead73ca6e346d52b0f305 (diff) |
python-dbus: upgrade from 0.71 to 0.8.1
catch up with changes in buildsystem
downgrade autotools requirement via patch
Diffstat (limited to 'packages/python/python-dbus_0.81.1.bb')
-rw-r--r-- | packages/python/python-dbus_0.81.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/python/python-dbus_0.81.1.bb b/packages/python/python-dbus_0.81.1.bb new file mode 100644 index 0000000000..82b9c390ca --- /dev/null +++ b/packages/python/python-dbus_0.81.1.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Python bindings for DBus, a socket-based message bus system for interprocess communication" +SECTION = "devel/python" +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" + +SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \ + file://allow-older-autotools.patch;patch=1" +S = "${WORKDIR}/dbus-python-${PV}" + +inherit distutils-base autotools + |