[oe-commits] org.oe.dev python-dbus 0.82.4 update to 0.83.0

mickeyl commit oe at amethyst.openembedded.net
Mon Sep 1 17:46:10 UTC 2008


python-dbus 0.82.4 update to 0.83.0

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: b31fbcbe4748988288d3ff57817643a83c5c2a95
ViewMTN: http://monotone.openembedded.org/revision/info/b31fbcbe4748988288d3ff57817643a83c5c2a95
Files:
1
packages/python/python-dbus_0.83.0.bb
conf/distro/include/preferred-om-2008-versions.inc
Diffs:

#
# mt diff -r89505bb1c87fc351630659146cb6d39e531382bb -rb31fbcbe4748988288d3ff57817643a83c5c2a95
#
#
#
# add_file "packages/python/python-dbus_0.83.0.bb"
#  content [d9b17dfc709c12f2ab61951f4956a5f072587a6e]
# 
# patch "conf/distro/include/preferred-om-2008-versions.inc"
#  from [de9d4b591e5fc2aee97cb683cb4c06bd3b30b405]
#    to [679c230eb147ac091e5d246a98381ec1ec18d7d5]
#
============================================================
--- packages/python/python-dbus_0.83.0.bb	d9b17dfc709c12f2ab61951f4956a5f072587a6e
+++ packages/python/python-dbus_0.83.0.bb	d9b17dfc709c12f2ab61951f4956a5f072587a6e
@@ -0,0 +1,21 @@
+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 dbus dbus-glib virtual/libintl python-pyrex-native"
+RDEPENDS = "python-io python-logging python-stringold python-threading python-xml"
+PR = "ml0"
+
+SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
+S = "${WORKDIR}/dbus-python-${PV}"
+
+inherit distutils-base autotools pkgconfig
+
+export BUILD_SYS := "${BUILD_SYS}"
+export HOST_SYS := "${HOST_SYS}"
+
+do_stage() {
+	autotools_stage_all
+}
+
+FILES_${PN}-dev += "${libdir}/pkgconfig 
============================================================
--- conf/distro/include/preferred-om-2008-versions.inc	de9d4b591e5fc2aee97cb683cb4c06bd3b30b405
+++ conf/distro/include/preferred-om-2008-versions.inc	679c230eb147ac091e5d246a98381ec1ec18d7d5
@@ -1506,7 +1506,7 @@ PREFERRED_VERSION_python-constraint ?= "
 PREFERRED_VERSION_python ?= "2.5.2"
 PREFERRED_VERSION_python-ao ?= "0.82"
 PREFERRED_VERSION_python-constraint ?= "1.1"
-PREFERRED_VERSION_python-dbus ?= "0.82.4"
+PREFERRED_VERSION_python-dbus ?= "0.83.0"
 PREFERRED_VERSION_python-fam ?= "1.1.1"
 PREFERRED_VERSION_python-fnorb ?= "1.3"
 PREFERRED_VERSION_python-fpconst ?= "0.6.0"






More information about the Openembedded-commits mailing list