aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/initscripts-shr_0.0.1.bb
diff options
context:
space:
mode:
authorSimon Busch <morphis@amethyst.openembedded.net>2011-01-28 16:19:53 +0100
committerSimon Busch <morphis@amethyst.openembedded.net>2011-01-28 17:39:09 +0100
commitb798d2f0a3c236615d194d145bdf90e88f0fffd2 (patch)
tree790d010c67910271780acb4831077d2389763634 /recipes/shr/initscripts-shr_0.0.1.bb
parent07530194621001e9fbea33e3a094beceef606e48 (diff)
downloadopenembedded-b798d2f0a3c236615d194d145bdf90e88f0fffd2.tar.gz
initscripts-shr: remove devtmpfs initscript for palmpre machine
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
Diffstat (limited to 'recipes/shr/initscripts-shr_0.0.1.bb')
-rw-r--r--recipes/shr/initscripts-shr_0.0.1.bb9
1 files changed, 1 insertions, 8 deletions
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