[oe-commits] Simon Busch : initscripts-shr: remove devtmpfs initscript for palmpre machine

git version control git at git.openembedded.org
Fri Jan 28 16:34:54 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b798d2f0a3c236615d194d145bdf90e88f0fffd2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b798d2f0a3c236615d194d145bdf90e88f0fffd2

Author: Simon Busch <morphis at amethyst.openembedded.net>
Date:   Fri Jan 28 16:19:53 2011 +0100

initscripts-shr: remove devtmpfs initscript for palmpre machine

Signed-off-by: Simon Busch <morphis at amethyst.openembedded.net>

---

 recipes/shr/initscripts-shr_0.0.1.bb |    9 +--------
 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 f14226f..8e45239 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





More information about the Openembedded-commits mailing list