diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-11-25 18:54:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-11-25 18:54:48 +0000 |
commit | fe4d9f421f55201f505268a2256f92f1efc30fd5 (patch) | |
tree | d52ad9f76d832901291f172dfd2784f7c0ce9f78 | |
parent | c41aad22aeb0e6b7c15a36f66ae0f33eaf8077c9 (diff) | |
parent | 997843c6525cd822db1a1c3274171b2a89bb13a4 (diff) |
merge of 80d921d4eb948d68b2d65a3d93db120eae996016
and 8f3baeb5bf49c339b2cc784f9f4abed635cc720e
-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 |