diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-29 23:12:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 14:32:47 +0000 |
commit | 6df7e3438f7dd33a8f6c2d6bf01bcdc31d7370d1 (patch) | |
tree | a3fbb6558090f943329267b2e1b022c0fe73a53c /meta/recipes-core | |
parent | 7a697d070910dbe3289c001f0ea6e4059fd15f96 (diff) | |
download | poky-6df7e3438f7dd33a8f6c2d6bf01bcdc31d7370d1.tar.gz |
sysvinit: Update ALTERNATIVES List for utmpdump
(From OE-Core rev: 0eba0fad8d0e73cfbeab515b7796134967741b55)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb index 1647a0fc3a..de073b8a4f 100644 --- a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb +++ b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb | |||
@@ -5,7 +5,7 @@ SECTION = "base" | |||
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
7 | file://COPYRIGHT;endline=15;md5=349c872e0066155e1818b786938876a4" | 7 | file://COPYRIGHT;endline=15;md5=349c872e0066155e1818b786938876a4" |
8 | PR = "r8" | 8 | PR = "r9" |
9 | 9 | ||
10 | RDEPENDS_${PN} = "${PN}-inittab" | 10 | RDEPENDS_${PN} = "${PN}-inittab" |
11 | 11 | ||
@@ -27,7 +27,7 @@ B = "${S}/src" | |||
27 | 27 | ||
28 | inherit update-alternatives | 28 | inherit update-alternatives |
29 | 29 | ||
30 | ALTERNATIVE_${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last mesg wall" | 30 | ALTERNATIVE_${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last mesg utmpdump wall" |
31 | 31 | ||
32 | ALTERNATIVE_PRIORITY = "200" | 32 | ALTERNATIVE_PRIORITY = "200" |
33 | 33 | ||