diff options
author | Joe Slater <jslater@windriver.com> | 2015-09-01 14:34:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-04 16:23:50 +0100 |
commit | 5cf3420334709a812662e3b9ce935cad44976598 (patch) | |
tree | fa00616ffda343362535886a87bb9bae2fd64a0d | |
parent | bf18f8ad4e71c1fefc0e8bffde4d2f7d36801f8f (diff) | |
download | poky-5cf3420334709a812662e3b9ce935cad44976598.tar.gz |
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>
-rw-r--r-- | meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb b/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb index e29cc49242..24eb87bafb 100644 --- a/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb +++ b/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb | |||
@@ -18,7 +18,7 @@ EXTRA_OEMAKE = "" | |||
18 | S = "${WORKDIR}/ifupdown-${PV}ubuntu5" | 18 | S = "${WORKDIR}/ifupdown-${PV}ubuntu5" |
19 | 19 | ||
20 | 20 | ||
21 | inherit update-rc.d | 21 | inherit update-rc.d update-alternatives |
22 | 22 | ||
23 | do_compile () { | 23 | do_compile () { |
24 | chmod a+rx *.pl *.sh | 24 | chmod a+rx *.pl *.sh |