[oe-commits] org.oe.dev python-dbus: add dependency to dbus-glib (thanks Emdete)

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Feb 26 13:50:44 UTC 2008


python-dbus: add dependency to dbus-glib (thanks Emdete)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: dfa12fcb2fb6a63b9bda8d0c28d19180f45a2085
ViewMTN: http://monotone.openembedded.org/revision/info/dfa12fcb2fb6a63b9bda8d0c28d19180f45a2085
Files:
1
packages/python/python-dbus_0.82.4.bb
Diffs:

#
# mt diff -r4338a15e8416228cebb5c4fe561b3beeaca5aa63 -rdfa12fcb2fb6a63b9bda8d0c28d19180f45a2085
#
# 
# 
# patch "packages/python/python-dbus_0.82.4.bb"
#  from [265ecdc8752ede90876f5c5e513aa9a60ff60100]
#    to [0b72f74fcfa2cc0079dab2bfdcb2fac470905f05]
# 
============================================================
--- packages/python/python-dbus_0.82.4.bb	265ecdc8752ede90876f5c5e513aa9a60ff60100
+++ packages/python/python-dbus_0.82.4.bb	0b72f74fcfa2cc0079dab2bfdcb2fac470905f05
@@ -1,10 +1,10 @@ LICENSE = "MIT"
 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 = "MIT"
-DEPENDS = "expat glib-2.0 virtual/libintl python-pyrex-native python"
-RDEPENDS = "dbus python-threading python-io python-stringold python-logging"
-PR = "ml0"
+DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
+RDEPENDS = "python-threading python-io python-stringold python-logging"
+PR = "ml1"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
 S = "${WORKDIR}/dbus-python-${PV}"






More information about the Openembedded-commits mailing list