From b798d2f0a3c236615d194d145bdf90e88f0fffd2 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Fri, 28 Jan 2011 16:19:53 +0100 Subject: initscripts-shr: remove devtmpfs initscript for palmpre machine Signed-off-by: Simon Busch --- recipes/shr/initscripts-shr_0.0.1.bb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'recipes/shr') diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb index f14226f501..8e45239cc4 100644 --- a/recipes/shr/initscripts-shr_0.0.1.bb +++ b/recipes/shr/initscripts-shr_0.0.1.bb @@ -5,7 +5,7 @@ DEPENDS = "" RDEPENDS_${PN} = "procps" LICENSE = "GPL" PV = "0.0.1" -PR = "r23" +PR = "r24" RCONFLICTS_${PN} = "initscripts" @@ -32,8 +32,6 @@ SRC_URI = "file://alignment.sh \ file://umountnfs.sh \ " -SRC_URI_append_palmpre = " file://mountdevtmpfs.sh" - SRC_URI_append_nokia900 = " file://nokia-n900-cmt-gpio.sh" inherit base @@ -78,11 +76,6 @@ do_install () { install -m 0755 ${WORKDIR}/umountfs ${D}${sysconfdir}/init.d install -m 0755 ${WORKDIR}/umountnfs.sh ${D}${sysconfdir}/init.d - if [ "${MACHINE}" = "palmpre" ]; then - install -m 0755 ${WORKDIR}/mountdevtmpfs.sh ${D}${sysconfdir}/init.d - ln -sf ../init.d/mountdevtmpfs.sh ${D}${sysconfdir}/rcS.d/S03mountdevtmpfs.sh - fi - if [ "${MACHINE}" = "nokia900" ]; then install -m 0755 ${WORKDIR}/nokia-n900-cmt-gpio.sh ${D}${sysconfdir}/init.d ln -sf ../init.d/nokia-n900-cmt-gpio.sh ${D}${sysconfdir}/rcS.d/S40nokia-n900-cmt-gpio.sh -- cgit 1.2.3-korg