diff options
author | Joe Slater <jslater@windriver.com> | 2015-09-01 14:34:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-03 13:32:14 +0100 |
commit | d5e8c095fb6452c6b58526d242faedd2c653213d (patch) | |
tree | 5770bec3be859e2fb675e4858dc84788a836a703 /meta/recipes-core | |
parent | c1d1ccf994d9204f481e12ccb4e63a7c448bc9cd (diff) | |
download | openembedded-core-d5e8c095fb6452c6b58526d242faedd2c653213d.tar.gz openembedded-core-d5e8c095fb6452c6b58526d242faedd2c653213d.tar.bz2 openembedded-core-d5e8c095fb6452c6b58526d242faedd2c653213d.zip |
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 = "" S = "${WORKDIR}/ifupdown-${PV}ubuntu5" -inherit update-rc.d +inherit update-rc.d update-alternatives do_compile () { chmod a+rx *.pl *.sh |