mirror of
git://git.yoctoproject.org/poky
synced 2026-09-13 18:51:19 +00:00
ifupdown: create alternative links
Inherit update-alternatives so links are created. ifup and ifdown are higher priority than the versions provided by busybox. (From OE-Core rev: d5e8c095fb6452c6b58526d242faedd2c653213d) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
bf18f8ad4e
commit
5cf3420334
@ -18,7 +18,7 @@ EXTRA_OEMAKE = ""
|
||||
S = "${WORKDIR}/ifupdown-${PV}ubuntu5"
|
||||
|
||||
|
||||
inherit update-rc.d
|
||||
inherit update-rc.d update-alternatives
|
||||
|
||||
do_compile () {
|
||||
chmod a+rx *.pl *.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user