[oe-commits] Holger Hans Peter Freyther : portmap-unslung: Drop the recipe as it is obsolete

git version control git at git.openembedded.org
Mon Aug 10 04:53:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: da247ac529ceaf0d3d4ee6252022231701656c0c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=da247ac529ceaf0d3d4ee6252022231701656c0c

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Mon Aug 10 04:55:00 2009 +0200

portmap-unslung: Drop the recipe as it is obsolete

According to Mike Westerhof it is obsolete and can be removed:
http://patchwork.openembedded.org/patch/922/

---

 recipes/portmap/portmap-unslung_5-9.bb |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/recipes/portmap/portmap-unslung_5-9.bb b/recipes/portmap/portmap-unslung_5-9.bb
deleted file mode 100644
index c86ae1e..0000000
--- a/recipes/portmap/portmap-unslung_5-9.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "RPC program number mapper."
-SECTION = "console/network"
-LICENSE = "GPL"
-PR = "r2"
-COMPATIBLE_MACHINE = "nslu2"
-
-SRC_URI = "${DEBIAN_MIRROR}/main/p/portmap/portmap_5.orig.tar.gz \
-	${DEBIAN_MIRROR}/main/p/portmap/portmap_${PV}.diff.gz;patch=1 \
-	file://no-libwrap.patch;patch=1;pnum=0 \
-	file://portmap.init \
-	file://make.patch;patch=1"
-S = "${WORKDIR}/portmap_5beta"
-
-sbindir = "/sbin"
-
-do_compile() {
-	oe_runmake
-}
-
-do_install() {
-	oe_runmake 'docdir=${datadir}/doc/portmap' 'DESTDIR=${D}' install
-}





More information about the Openembedded-commits mailing list