[oe-commits] : python-evas cvs patch has been accepted upstream

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


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

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

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, 0 insertions(+), 25 deletions(-)

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 6940adf..0000000
--- 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 57e28b2..92f4466 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
 }





More information about the Openembedded-commits mailing list