diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-01 18:47:47 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-01 18:47:47 +0000 |
commit | f07286e9a9effd66435f9541a526348ef5605db0 (patch) | |
tree | 7dd058e6233589c88f62077b2bd171c32b867226 /packages/python | |
parent | 9931acde0f1ea2a9675e40398a0fe33edc136d8f (diff) |
python-evas cvs patch has been accepted upstream
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-dbus_0.82.4.bb | 21 | ||||
-rw-r--r-- | 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 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 } |