dbus-python: make it work
authorMichael Lauer <mickey@vanille-media.de>
Sat, 25 Nov 2006 13:51:47 +0000 (13:51 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 25 Nov 2006 13:51:47 +0000 (13:51 +0000)
packages/dbus/dbus-python_0.71.bb

index 7c80a1b..a2d9bd7 100644 (file)
@@ -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