[OE-core] [oe-core][PATCH 2/2] ifupdown: create alternative links
Joe Slater
jslater at windriver.com
Tue Sep 1 21:34:30 UTC 2015
Inherit update-alternatives so links are created. ifup
and ifdown are higher priority than the versions provided
by busybox.
Signed-off-by: Joe Slater <jslater at windriver.com>
---
meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 e29cc49..24eb87b 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 = ""
S = "${WORKDIR}/ifupdown-${PV}ubuntu5"
-inherit update-rc.d
+inherit update-rc.d update-alternatives
do_compile () {
chmod a+rx *.pl *.sh
--
1.7.9.5
More information about the Openembedded-core
mailing list