initscripts-shr: remove devtmpfs initscript for palmpre machine
authorSimon Busch <morphis@amethyst.openembedded.net>
Fri, 28 Jan 2011 15:19:53 +0000 (16:19 +0100)
committerSimon Busch <morphis@amethyst.openembedded.net>
Fri, 28 Jan 2011 16:39:09 +0000 (17:39 +0100)
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
recipes/shr/initscripts-shr_0.0.1.bb

index f14226f..8e45239 100644 (file)
@@ -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