[oe-commits] org.oe.dev python-dbus: remove dbus-python, add staging for python-dbus

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Jan 24 11:35:37 UTC 2008


python-dbus: remove dbus-python, add staging for python-dbus

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 95af156ca65e336bc23f964b25c578613aa1988c
ViewMTN: http://monotone.openembedded.org/revision/info/95af156ca65e336bc23f964b25c578613aa1988c
Files:
1
packages/dbus/dbus-python_0.71.bb
packages/python/python-dbus_0.81.1.bb
Diffs:

#
# mt diff -r214ed7e892086095fb4e656e5d3777e201866e46 -r95af156ca65e336bc23f964b25c578613aa1988c
#
# 
# 
# delete "packages/dbus/dbus-python_0.71.bb"
# 
# patch "packages/python/python-dbus_0.81.1.bb"
#  from [f5cd93db72bf6173350f548037e52ecb2b42cd60]
#    to [c5e18d63589267e732b6a661f4047e5c7e9d1fa0]
# 
============================================================
--- packages/python/python-dbus_0.81.1.bb	f5cd93db72bf6173350f548037e52ecb2b42cd60
+++ packages/python/python-dbus_0.81.1.bb	c5e18d63589267e732b6a661f4047e5c7e9d1fa0
@@ -1,10 +1,10 @@ RDEPENDS = "dbus python-threading python
 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 = "GPL"
 DEPENDS = "expat glib-2.0 virtual/libintl python-pyrex-native python"
 RDEPENDS = "dbus python-threading python-io python-stringold python-logging"
-PR = "ml1"
+PR = "ml2"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \
            file://allow-older-autotools.patch;patch=1 \
@@ -16,3 +16,7 @@ EXTRA_OECONF += "--with-python-includes=
 
 EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
 
+do_stage() {
+	autotools_stage_all
+}
+






More information about the Openembedded-commits mailing list