From: Koen Kooi Date: Wed, 3 Dec 2008 16:24:31 +0000 (+0100) Subject: tinylogin: move u-a prio above busybox so 'su' works again, also remove links on... X-Git-Tag: Release-2010-05/1~4970^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b67b6a1938a059b615a1b5ac7062e855fb25e1d2;p=openembedded.git tinylogin: move u-a prio above busybox so 'su' works again, also remove links on removal --- diff --git a/packages/tinylogin/tinylogin_1.4.bb b/packages/tinylogin/tinylogin_1.4.bb index 43a7f10755..3feb4d8c69 100644 --- a/packages/tinylogin/tinylogin_1.4.bb +++ b/packages/tinylogin/tinylogin_1.4.bb @@ -5,7 +5,7 @@ changing passwords, and otherwise maintaining users \ and groups on an embedded system." HOMEPAGE = "http://tinylogin.tinylogin.net/" LICENSE = "GPL" -PR = "r5" +PR = "r6" SRC_URI = "http://tinylogin.tinylogin.net/downloads/tinylogin-${PV}.tar.bz2 \ file://cvs-20040608.patch;patch=1;pnum=1 \ @@ -33,6 +33,20 @@ pkg_postinst_${PN} () { if test "x$D" = "x"; then while read link; do if test ! -h "$link"; then case "$link" in /*/*/*) to="../../bin/tinylogin";; /bin/*) to="tinylogin";; /*/*) to="../bin/tinylogin";; esac; ln -s $to $link; fi; done