diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/initscripts/initscripts_1.0.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb index 829694b462..1d80c55b28 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 = "r134" | 6 | PR = "r135" |
7 | 7 | ||
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 9 | ||
@@ -37,6 +37,12 @@ SRC_URI_append_arm = " file://alignment.sh" | |||
37 | 37 | ||
38 | KERNEL_VERSION = "" | 38 | KERNEL_VERSION = "" |
39 | 39 | ||
40 | inherit update-alternatives | ||
41 | |||
42 | ALTERNATIVE_PRIORITY = "90" | ||
43 | ALTERNATIVE_${PN} = "functions" | ||
44 | ALTERNATIVE_LINK_NAME[functions] = "${sysconfdir}/init.d/functions" | ||
45 | |||
40 | HALTARGS ?= "-d -f" | 46 | HALTARGS ?= "-d -f" |
41 | 47 | ||
42 | do_configure() { | 48 | do_configure() { |