diff options
-rw-r--r-- | meta/recipes-core/initscripts/initscripts_1.0.bb | 6 | ||||
-rw-r--r-- | meta/recipes-core/udev/udev-new.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/udev/udev_164.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/modutils/modutils-initscripts.bb | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb index 48b65b9000..9e535af3bc 100644 --- a/meta/recipes-core/initscripts/initscripts_1.0.bb +++ b/meta/recipes-core/initscripts/initscripts_1.0.bb | |||
@@ -4,7 +4,7 @@ SECTION = "base" | |||
4 | PRIORITY = "required" | 4 | PRIORITY = "required" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | PR = "r126" | 7 | PR = "r127" |
8 | 8 | ||
9 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
10 | 10 | ||
@@ -119,8 +119,8 @@ do_install () { | |||
119 | ln -sf ../init.d/bootmisc.sh ${D}${sysconfdir}/rcS.d/S55bootmisc.sh | 119 | ln -sf ../init.d/bootmisc.sh ${D}${sysconfdir}/rcS.d/S55bootmisc.sh |
120 | # ln -sf ../init.d/urandom ${D}${sysconfdir}/rcS.d/S55urandom | 120 | # ln -sf ../init.d/urandom ${D}${sysconfdir}/rcS.d/S55urandom |
121 | # ln -sf ../init.d/finish.sh ${D}${sysconfdir}/rcS.d/S99finish.sh | 121 | # ln -sf ../init.d/finish.sh ${D}${sysconfdir}/rcS.d/S99finish.sh |
122 | # udev will run at S04 if installed | 122 | ln -sf ../init.d/sysfs.sh ${D}${sysconfdir}/rcS.d/S02sysfs.sh |
123 | ln -sf ../init.d/sysfs.sh ${D}${sysconfdir}/rcS.d/S03sysfs.sh | 123 | # udev will run at S03 if installed |
124 | ln -sf ../init.d/populate-volatile.sh ${D}${sysconfdir}/rcS.d/S37populate-volatile.sh | 124 | ln -sf ../init.d/populate-volatile.sh ${D}${sysconfdir}/rcS.d/S37populate-volatile.sh |
125 | ln -sf ../init.d/devpts.sh ${D}${sysconfdir}/rcS.d/S38devpts.sh | 125 | ln -sf ../init.d/devpts.sh ${D}${sysconfdir}/rcS.d/S38devpts.sh |
126 | if [ "${TARGET_ARCH}" = "arm" ]; then | 126 | if [ "${TARGET_ARCH}" = "arm" ]; then |
diff --git a/meta/recipes-core/udev/udev-new.inc b/meta/recipes-core/udev/udev-new.inc index 1b94f1bc9b..4c4451f14b 100644 --- a/meta/recipes-core/udev/udev-new.inc +++ b/meta/recipes-core/udev/udev-new.inc | |||
@@ -40,7 +40,7 @@ PACKAGES =+ "libgudev libgudev-dev libgudev-dbg" | |||
40 | 40 | ||
41 | INITSCRIPT_PACKAGES = "udev udev-cache" | 41 | INITSCRIPT_PACKAGES = "udev udev-cache" |
42 | INITSCRIPT_NAME_udev = "udev" | 42 | INITSCRIPT_NAME_udev = "udev" |
43 | INITSCRIPT_PARAMS_udev = "start 04 S ." | 43 | INITSCRIPT_PARAMS_udev = "start 03 S ." |
44 | INITSCRIPT_NAME_udev-cache = "udev-cache" | 44 | INITSCRIPT_NAME_udev-cache = "udev-cache" |
45 | INITSCRIPT_PARAMS_udev-cache = "start 36 S ." | 45 | INITSCRIPT_PARAMS_udev-cache = "start 36 S ." |
46 | 46 | ||
diff --git a/meta/recipes-core/udev/udev_164.bb b/meta/recipes-core/udev/udev_164.bb index 76fd907ef7..567e62e3ff 100644 --- a/meta/recipes-core/udev/udev_164.bb +++ b/meta/recipes-core/udev/udev_164.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | include udev-new.inc | 1 | include udev-new.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "fddac2d54761ea34865af9467377ca9f" | 5 | SRC_URI[md5sum] = "fddac2d54761ea34865af9467377ca9f" |
6 | SRC_URI[sha256sum] = "c12e66280b5e1465f6587a8cfa47d7405c4caa7e52ce5dd13478d04f6ec05e5c" | 6 | SRC_URI[sha256sum] = "c12e66280b5e1465f6587a8cfa47d7405c4caa7e52ce5dd13478d04f6ec05e5c" |
diff --git a/meta/recipes-kernel/modutils/modutils-initscripts.bb b/meta/recipes-kernel/modutils/modutils-initscripts.bb index 5ae34b4df8..89d38cff45 100644 --- a/meta/recipes-kernel/modutils/modutils-initscripts.bb +++ b/meta/recipes-kernel/modutils/modutils-initscripts.bb | |||
@@ -4,10 +4,10 @@ LICENSE = "PD" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7bf87fc37976e93ec66ad84fac58c098" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7bf87fc37976e93ec66ad84fac58c098" |
5 | SRC_URI = "file://modutils.sh \ | 5 | SRC_URI = "file://modutils.sh \ |
6 | file://PD.patch" | 6 | file://PD.patch" |
7 | PR = "r5" | 7 | PR = "r6" |
8 | 8 | ||
9 | INITSCRIPT_NAME = "modutils.sh" | 9 | INITSCRIPT_NAME = "modutils.sh" |
10 | INITSCRIPT_PARAMS = "start 2 S ." | 10 | INITSCRIPT_PARAMS = "start 4 S ." |
11 | 11 | ||
12 | inherit update-rc.d | 12 | inherit update-rc.d |
13 | 13 | ||