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:24:19 +0000 |
commit | 0eba0fad8d0e73cfbeab515b7796134967741b55 (patch) | |
tree | f9ca6ac72dc7eeb3eb1a6c1ec499f04aedd56db0 /meta | |
parent | b109a6e33fc7748de65d1ff76528b302e7f92dd8 (diff) | |
download | openembedded-core-0eba0fad8d0e73cfbeab515b7796134967741b55.tar.gz openembedded-core-0eba0fad8d0e73cfbeab515b7796134967741b55.tar.bz2 openembedded-core-0eba0fad8d0e73cfbeab515b7796134967741b55.zip |
sysvinit: Update ALTERNATIVES List for utmpdump
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://COPYRIGHT;endline=15;md5=349c872e0066155e1818b786938876a4" -PR = "r8" +PR = "r9" RDEPENDS_${PN} = "${PN}-inittab" @@ -27,7 +27,7 @@ B = "${S}/src" inherit update-alternatives -ALTERNATIVE_${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last mesg wall" +ALTERNATIVE_${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last mesg utmpdump wall" ALTERNATIVE_PRIORITY = "200" |