[oe-commits] Michael 'Mickey' Lauer : python-pyiw: remove dead project

GIT User account git at amethyst.openembedded.net
Tue Jan 13 13:57:31 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: ae5ec6c8a4a2ae16396f109b7a8b41ebfcf96745
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ae5ec6c8a4a2ae16396f109b7a8b41ebfcf96745

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Jan 13 13:56:40 2009 +0000

python-pyiw: remove dead project

---

 packages/python/python-pyiw_0.3.3.bb |   31 -------------------------------
 1 files changed, 0 insertions(+), 31 deletions(-)

diff --git a/packages/python/python-pyiw_0.3.3.bb b/packages/python/python-pyiw_0.3.3.bb
deleted file mode 100644
index aaa18c7..0000000
--- a/packages/python/python-pyiw_0.3.3.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "PyIW is a simple Python extension module written in C \
-that interfaces with libiw  and provides a very 'pythonic' API to programmers."
-HOMEPAGE = "http://www.emperorlinux.com/etc/contrib/?page=pyiw"
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "GPL"
-DEPENDS = "wireless-tools"
-RDEPENDS = "python-core"
-PR = "ml0"
-
-inherit autotools pkgconfig distutils-base
-
-CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR}"
-
-SRC_URI = "http://downloads.emperorlinux.com/contrib/pyiw/pyiw-${PV}.tbz2 \
-           file://Makefile"
-S = "${WORKDIR}/pyiw-${PV}"
-
-do_unpack_real () {
-        tar jxvf ${DL_DIR}/pyiw-${PV}.tbz2
-        cp Makefile pyiw-${PV}/
-}
-do_unpack_real[dirs] = "${WORKDIR}"
-addtask unpack_real before do_patch after do_unpack
-
-do_install() {
-        install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/
-        install -m 0755 pyiw.so ${D}${libdir}/${PYTHON_DIR}/site-packages/pyiw.so
-}
-
-FILES_${PN} = "${libdir}/${PYTHON_DIR}/site-packages/pyiw.so"





More information about the Openembedded-commits mailing list