[oe-commits] : python-dbus 0.82.4 update to 0.83.0

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Aug 1 20:08:40 UTC 2008


Module: OE.dev
Branch: master
Commit: 9c1207f7ee51a8fbae5f607ceeee60768d6a7cb1
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=9c1207f7ee51a8fbae5f607ceeee60768d6a7cb1

Author:  <mickeyl at openembedded.org>
Date:   Fri Aug  1 18:47:27 2008 +0000

python-dbus 0.82.4 update to 0.83.0

---

 conf/distro/include/preferred-om-2008-versions.inc |    2 +-
 packages/python/python-dbus_0.83.0.bb              |   21 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/preferred-om-2008-versions.inc b/conf/distro/include/preferred-om-2008-versions.inc
index a936259..c3e4b41 100644
--- a/conf/distro/include/preferred-om-2008-versions.inc
+++ b/conf/distro/include/preferred-om-2008-versions.inc
@@ -1506,7 +1506,7 @@ PREFERRED_VERSION_python24-sip ?= "4.1.1"
 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"
diff --git a/packages/python/python-dbus_0.83.0.bb b/packages/python/python-dbus_0.83.0.bb
new file mode 100644
index 0000000..4ccecc0
--- /dev/null
+++ b/packages/python/python-dbus_0.83.0.bb
@@ -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 





More information about the Openembedded-commits mailing list