[oe-commits] org.oe.dev python-dbus 0.81.1 update to 0.82.4, patches no longer necessary

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Feb 19 06:48:30 UTC 2008


python-dbus 0.81.1 update to 0.82.4, patches no longer necessary

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: c8ce15d8b6944d0c337d5c2e89f0726b7dd895bf
ViewMTN: http://monotone.openembedded.org/revision/info/c8ce15d8b6944d0c337d5c2e89f0726b7dd895bf
Files:
1
packages/python/python-dbus
packages/python/python-dbus/allow-older-autotools.patch
packages/python/python-dbus/python-path.patch
packages/python/python-dbus_0.81.1.bb
packages/python/python-dbus_0.82.4.bb
Diffs:

#
# mt diff -rd54098d47bf6af462744e4d20466bd6073f5278d -rc8ce15d8b6944d0c337d5c2e89f0726b7dd895bf
#
# 
# 
# delete "packages/python/python-dbus"
# 
# delete "packages/python/python-dbus/allow-older-autotools.patch"
# 
# delete "packages/python/python-dbus/python-path.patch"
# 
# rename "packages/python/python-dbus_0.81.1.bb"
#     to "packages/python/python-dbus_0.82.4.bb"
# 
# patch "packages/python/python-dbus_0.82.4.bb"
#  from [c5e18d63589267e732b6a661f4047e5c7e9d1fa0]
#    to [265ecdc8752ede90876f5c5e513aa9a60ff60100]
# 
============================================================
--- packages/python/python-dbus_0.81.1.bb	c5e18d63589267e732b6a661f4047e5c7e9d1fa0
+++ packages/python/python-dbus_0.82.4.bb	265ecdc8752ede90876f5c5e513aa9a60ff60100
@@ -1,20 +1,18 @@ HOMEPAGE = "http://www.freedesktop.org/S
 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"
+LICENSE = "MIT"
 DEPENDS = "expat glib-2.0 virtual/libintl python-pyrex-native python"
 RDEPENDS = "dbus python-threading python-io python-stringold python-logging"
-PR = "ml2"
+PR = "ml0"
 
-SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \
-           file://allow-older-autotools.patch;patch=1 \
-	   file://python-path.patch;patch=1"
-
+SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
 S = "${WORKDIR}/dbus-python-${PV}"
 
 inherit distutils-base autotools
 
-EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
+export BUILD_SYS := "${BUILD_SYS}"
+export HOST_SYS := "${HOST_SYS}"
 
 do_stage() {
 	autotools_stage_all






More information about the Openembedded-commits mailing list