[oe-commits] org.oe.dev dbus-python: make it work

mickeyl commit openembedded-commits at lists.openembedded.org
Sat Nov 25 18:59:40 UTC 2006


dbus-python: make it work

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 8f3baeb5bf49c339b2cc784f9f4abed635cc720e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8f3baeb5bf49c339b2cc784f9f4abed635cc720e
Files:
1
packages/dbus/dbus-python_0.71.bb
Diffs:

#
# mt diff -ra2216f0f3dd5bc72fd8853be48179fe48ad8c36c -r8f3baeb5bf49c339b2cc784f9f4abed635cc720e
#
# 
# 
# patch "packages/dbus/dbus-python_0.71.bb"
#  from [f3ba0753e54211a9155fd055602ac478f4ffb024]
#    to [222487d3f7e5dc5e948ab3338e763387a5f79a6d]
# 
============================================================
--- packages/dbus/dbus-python_0.71.bb	f3ba0753e54211a9155fd055602ac478f4ffb024
+++ packages/dbus/dbus-python_0.71.bb	222487d3f7e5dc5e948ab3338e763387a5f79a6d
@@ -1,14 +1,10 @@
-DEFAULT_PREFERENCE="-1"
-
-SECTION = "devel/python"
-PRIORITY = "optional"
+DESCRIPTION = "message bus system for applications to talk to one another - python bindings"
 HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
-DESCRIPTION = "message bus system for applications to talk to one another - python bindings"
 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






More information about the Openembedded-commits mailing list