diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-01-11 12:11:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-15 08:12:05 +0000 |
commit | c7f170bcb86f14c34f96a13e2f427aa186bdb721 (patch) | |
tree | 2798cf06a6eba08f0157351938a66473d05ef5cb /meta/recipes-core | |
parent | d638fee94bdf1ad1b19f96cf6d7e3194975389ce (diff) | |
download | poky-c7f170bcb86f14c34f96a13e2f427aa186bdb721.tar.gz |
initscripts: remove finish.sh
Remove finish.sh from initscripts as it is no longer used.
(From OE-Core rev: 3bcd9188f919da1b10f692d29ef34cd18ef88184)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rwxr-xr-x | meta/recipes-core/initscripts/initscripts-1.0/finish.sh | 14 | ||||
-rw-r--r-- | meta/recipes-core/initscripts/initscripts_1.0.bb | 7 |
2 files changed, 2 insertions, 19 deletions
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/finish.sh b/meta/recipes-core/initscripts/initscripts-1.0/finish.sh deleted file mode 100755 index 183a384faa..0000000000 --- a/meta/recipes-core/initscripts/initscripts-1.0/finish.sh +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | ### BEGIN INIT INFO | ||
3 | # Provides: finish.sh | ||
4 | # Required-Start: $remote_fs rmnologin | ||
5 | # Required-Stop: | ||
6 | # Default-Start: 2 3 4 5 | ||
7 | # Default-Stop: | ||
8 | # Short-Description: Finish system start | ||
9 | # Description: | ||
10 | ### END INIT INFO | ||
11 | |||
12 | if ! test -e /etc/.configured; then | ||
13 | > /etc/.configured | ||
14 | fi | ||
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb index 39be9a866e..6e15f884fe 100644 --- a/meta/recipes-core/initscripts/initscripts_1.0.bb +++ b/meta/recipes-core/initscripts/initscripts_1.0.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Initscripts provide the basic system startup initialization scrip | |||
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
6 | PR = "r138" | 6 | PR = "r139" |
7 | 7 | ||
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 9 | ||
@@ -15,7 +15,6 @@ SRC_URI = "file://functions \ | |||
15 | file://hostname.sh \ | 15 | file://hostname.sh \ |
16 | file://mountall.sh \ | 16 | file://mountall.sh \ |
17 | file://banner.sh \ | 17 | file://banner.sh \ |
18 | file://finish.sh \ | ||
19 | file://bootmisc.sh \ | 18 | file://bootmisc.sh \ |
20 | file://mountnfs.sh \ | 19 | file://mountnfs.sh \ |
21 | file://reboot \ | 20 | file://reboot \ |
@@ -31,7 +30,7 @@ SRC_URI = "file://functions \ | |||
31 | file://populate-volatile.sh \ | 30 | file://populate-volatile.sh \ |
32 | file://volatiles \ | 31 | file://volatiles \ |
33 | file://save-rtc.sh \ | 32 | file://save-rtc.sh \ |
34 | file://GPLv2.patch" | 33 | file://GPLv2.patch" |
35 | 34 | ||
36 | SRC_URI_append_arm = " file://alignment.sh" | 35 | SRC_URI_append_arm = " file://alignment.sh" |
37 | 36 | ||
@@ -69,7 +68,6 @@ do_install () { | |||
69 | install -m 0644 ${WORKDIR}/functions ${D}${sysconfdir}/init.d | 68 | install -m 0644 ${WORKDIR}/functions ${D}${sysconfdir}/init.d |
70 | install -m 0755 ${WORKDIR}/bootmisc.sh ${D}${sysconfdir}/init.d | 69 | install -m 0755 ${WORKDIR}/bootmisc.sh ${D}${sysconfdir}/init.d |
71 | install -m 0755 ${WORKDIR}/checkroot.sh ${D}${sysconfdir}/init.d | 70 | install -m 0755 ${WORKDIR}/checkroot.sh ${D}${sysconfdir}/init.d |
72 | # install -m 0755 ${WORKDIR}/finish.sh ${D}${sysconfdir}/init.d | ||
73 | install -m 0755 ${WORKDIR}/halt ${D}${sysconfdir}/init.d | 71 | install -m 0755 ${WORKDIR}/halt ${D}${sysconfdir}/init.d |
74 | install -m 0755 ${WORKDIR}/hostname.sh ${D}${sysconfdir}/init.d | 72 | install -m 0755 ${WORKDIR}/hostname.sh ${D}${sysconfdir}/init.d |
75 | install -m 0755 ${WORKDIR}/mountall.sh ${D}${sysconfdir}/init.d | 73 | install -m 0755 ${WORKDIR}/mountall.sh ${D}${sysconfdir}/init.d |
@@ -123,7 +121,6 @@ do_install () { | |||
123 | ln -sf ../init.d/mountnfs.sh ${D}${sysconfdir}/rcS.d/S45mountnfs.sh | 121 | ln -sf ../init.d/mountnfs.sh ${D}${sysconfdir}/rcS.d/S45mountnfs.sh |
124 | ln -sf ../init.d/bootmisc.sh ${D}${sysconfdir}/rcS.d/S55bootmisc.sh | 122 | ln -sf ../init.d/bootmisc.sh ${D}${sysconfdir}/rcS.d/S55bootmisc.sh |
125 | # ln -sf ../init.d/urandom ${D}${sysconfdir}/rcS.d/S55urandom | 123 | # ln -sf ../init.d/urandom ${D}${sysconfdir}/rcS.d/S55urandom |
126 | # ln -sf ../init.d/finish.sh ${D}${sysconfdir}/rcS.d/S99finish.sh | ||
127 | ln -sf ../init.d/sysfs.sh ${D}${sysconfdir}/rcS.d/S02sysfs.sh | 124 | ln -sf ../init.d/sysfs.sh ${D}${sysconfdir}/rcS.d/S02sysfs.sh |
128 | # udev will run at S03 if installed | 125 | # udev will run at S03 if installed |
129 | ln -sf ../init.d/populate-volatile.sh ${D}${sysconfdir}/rcS.d/S37populate-volatile.sh | 126 | ln -sf ../init.d/populate-volatile.sh ${D}${sysconfdir}/rcS.d/S37populate-volatile.sh |