Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Tue, 8 Jun 2004 13:49:46 +0000 (13:49 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 8 Jun 2004 13:49:46 +0000 (13:49 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/06/08 14:59:49+02:00 uni-frankfurt.de!pb_
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages

2004/06/08 14:54:53+02:00 uni-frankfurt.de!pb_
fix portmap packaging

2004/06/08 11:02:29+02:00 uni-frankfurt.de!pb_
update tinylogin to same level as current familiar

BKrev: 40c5c3fax-NR_nCdnoyqLvFcOfvd_g

portmap/install.patch [new file with mode: 0644]
portmap/portmap_5-4.oe
tinylogin/tinylogin-1.4/add-system.patch [new file with mode: 0644]
tinylogin/tinylogin-1.4/cvs-20040608.patch [new file with mode: 0644]
tinylogin/tinylogin_1.4.oe

diff --git a/portmap/install.patch b/portmap/install.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..b614284 100644 (file)
@@ -0,0 +1,17 @@
+SRC_URI = "http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_5.orig.tar.gz \
+       http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_5-4.diff.gz;patch=1 \
+       file://no-libwrap.patch;patch=1;pnum=0 \
+       file://install.patch;patch=1;pnum=0"
+S = "${WORKDIR}/portmap_5beta"
+
+FILES_${PN} += " /sbin"
+
+do_compile() {
+       oe_runmake CFLAGS="${CFLAGS} \$(COPT) \$(NSARCHS)"
+}
+
+fakeroot do_install() {
+       install -d ${D}/${datadir}/man/man8
+       install -d ${D}/${datadir}/doc/portmap
+       oe_runmake BASEDIR="${D}" install
+}
diff --git a/tinylogin/tinylogin-1.4/add-system.patch b/tinylogin/tinylogin-1.4/add-system.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tinylogin/tinylogin-1.4/cvs-20040608.patch b/tinylogin/tinylogin-1.4/cvs-20040608.patch
new file mode 100644 (file)
index 0000000..e69de29
index 03e96cf..b2828ff 100644 (file)
@@ -1,9 +1,12 @@
+PR = "r1"
 DESCRIPTION = "TinyLogin is a suite of tiny UNIX \
 utilities for handling logins, user authentication, \
 changing passwords, and otherwise maintaining users \
 and groups on an embedded system."
 
-SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2"
+SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \
+       file://cvs-20040608.patch;patch=1;pnum=1 \
+       file://add-system.patch;patch=1;pnum=1"
 
 EXTRA_OEMAKE = ""