From a780643c4b6aa11e1a36965a69df7116477c7b4c Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Tue, 7 Dec 2004 22:05:47 +0000
Subject: Merge oe-devel@oe-devel.bkbits.net:packages.bb into
 handhelds.org:/home/kergoth/code/packages.bb

2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.

2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.

2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge

2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.

BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
---
 tinylogin/tinylogin_1.4.bb |  0
 tinylogin/tinylogin_1.4.oe | 28 ----------------------------
 2 files changed, 28 deletions(-)
 create mode 100644 tinylogin/tinylogin_1.4.bb
 delete mode 100644 tinylogin/tinylogin_1.4.oe

(limited to 'tinylogin')

diff --git a/tinylogin/tinylogin_1.4.bb b/tinylogin/tinylogin_1.4.bb
new file mode 100644
index 0000000000..e69de29bb2
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
-}
-- 
cgit v1.2.3