diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-11-25 13:51:47 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-11-25 13:51:47 +0000 |
commit | 997843c6525cd822db1a1c3274171b2a89bb13a4 (patch) | |
tree | dd696dab3226f4985586c0061f28fc89b1fc5cf4 /packages | |
parent | b4a32ba5e4b9047c97e926df2f5bf6d336158244 (diff) |
dbus-python: make it work
Diffstat (limited to 'packages')
-rw-r--r-- | packages/dbus/dbus-python_0.71.bb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/dbus/dbus-python_0.71.bb b/packages/dbus/dbus-python_0.71.bb index 7c80a1be3c..a2d9bd70b3 100644 --- a/packages/dbus/dbus-python_0.71.bb +++ b/packages/dbus/dbus-python_0.71.bb @@ -1,14 +1,10 @@ -DEFAULT_PREFERENCE="-1" - -SECTION = "devel/python" -PRIORITY = "optional" -HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another - python bindings" +HOMEPAGE = "http://www.freedesktop.org/Software/dbus" LICENSE = "GPL" +SECTION = "devel/python" +DEPENDS = "python-pyrex-native dbus dbus-glib" PR = "r0" -DEPENDS = "python-native" -SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-python-${PV}.tar.gz \ - file://cross.patch;patch=1" +SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-python-${PV}.tar.gz" inherit distutils |