aboutsummaryrefslogtreecommitdiffstats
path: root/tinylogin/tinylogin_1.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'tinylogin/tinylogin_1.4.oe')
-rw-r--r--tinylogin/tinylogin_1.4.oe28
1 files changed, 0 insertions, 28 deletions
diff --git a/tinylogin/tinylogin_1.4.oe b/tinylogin/tinylogin_1.4.oe
deleted file mode 100644
index f9e8452081..0000000000
--- a/tinylogin/tinylogin_1.4.oe
+++ /dev/null
@@ -1,28 +0,0 @@
-SECTION = "base"
-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."
-HOMEPAGE = "http://tinylogin.busybox.net/"
-LICENSE = "GPL"
-PR = "r2"
-
-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 \
- file://adduser-empty_pwd.patch;patch=1"
-
-EXTRA_OEMAKE = ""
-
-do_compile () {
- oe_runmake 'CC=${CC}' 'CROSS=${HOST_PREFIX}'
-}
-
-do_install () {
- install -d ${D}/bin
- install -m 4755 tinylogin ${D}/bin/tinylogin
- for i in `cat tinylogin.links`; do
- mkdir -p ${D}/`dirname $i`
- ln -sf /bin/tinylogin ${D}/$i
- done
-}