[oe-commits] Joe Slater : ifupdown: create alternative links

git at git.openembedded.org git at git.openembedded.org
Fri Sep 4 15:37:08 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: d5e8c095fb6452c6b58526d242faedd2c653213d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d5e8c095fb6452c6b58526d242faedd2c653213d

Author: Joe Slater <jslater at windriver.com>
Date:   Tue Sep  1 14:34:30 2015 -0700

ifupdown: create alternative links

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>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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



More information about the Openembedded-commits mailing list