From 9931acde0f1ea2a9675e40398a0fe33edc136d8f Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 1 Aug 2008 18:47:27 +0000 Subject: 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 deletion(-) create mode 100644 packages/python/python-dbus_0.83.0.bb diff --git a/conf/distro/include/preferred-om-2008-versions.inc b/conf/distro/include/preferred-om-2008-versions.inc index a936259fe6..c3e4b41b97 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 0000000000..4ccecc0aa1 --- /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 -- cgit v1.2.3 From f07286e9a9effd66435f9541a526348ef5605db0 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 1 Aug 2008 18:47:47 +0000 Subject: python-evas cvs patch has been accepted upstream --- packages/python/python-dbus_0.82.4.bb | 21 --------------------- packages/python/python-evas_cvs.bb | 4 ---- 2 files changed, 25 deletions(-) delete mode 100644 packages/python/python-dbus_0.82.4.bb diff --git a/packages/python/python-dbus_0.82.4.bb b/packages/python/python-dbus_0.82.4.bb deleted file mode 100644 index 6940adf223..0000000000 --- a/packages/python/python-dbus_0.82.4.bb +++ /dev/null @@ -1,21 +0,0 @@ -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 = "ml4" - -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 diff --git a/packages/python/python-evas_cvs.bb b/packages/python/python-evas_cvs.bb index 57e28b28ed..92f4466a24 100644 --- a/packages/python/python-evas_cvs.bb +++ b/packages/python/python-evas_cvs.bb @@ -3,10 +3,6 @@ DEPENDS += "evas" PV = "0.2.1+cvs${SRCDATE}" PR = "r0" -do_compile_prepend() { - touch include/evas/__init__.py -} - do_stage() { distutils_stage_all } -- cgit v1.2.3 From e2bf1be715145512644049402e4e94083c938445 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 1 Aug 2008 18:56:16 +0000 Subject: frameworkd git RDEPENDS += python-subprocess --- packages/freesmartphone/frameworkd_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index 040c483c76..c3a373527f 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" PV = "0.8.2+gitr${SRCREV}" -PR = "r0" +PR = "r1" inherit distutils update-rc.d @@ -31,6 +31,7 @@ RDEPENDS_${PN} += "\ python-pyserial \ python-pyyaml \ python-shell \ + python-subprocess \ python-syslog \ \ ${PN}-config \ -- cgit v1.2.3