All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Slater <jslater@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 2/2] ifupdown: create alternative links
Date: Tue, 1 Sep 2015 14:34:30 -0700	[thread overview]
Message-ID: <1441143270-27322-3-git-send-email-jslater@windriver.com> (raw)
In-Reply-To: <1441143270-27322-1-git-send-email-jslater@windriver.com>

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>
---
 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



      parent reply	other threads:[~2015-09-01 21:34 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-01 21:34 [PATCH 0/2] add ifupdown Joe Slater
2015-09-01 21:34 ` [PATCH 1/2] ifupdown: import recipe Joe Slater
2015-09-02 15:55   ` Otavio Salvador
2015-09-02 19:09     ` Randy MacLeod
2015-09-02 19:23       ` Otavio Salvador
2015-09-03 12:11         ` Richard Purdie
2015-09-03 12:15           ` Otavio Salvador
2015-09-03 12:20           ` Bruce Ashfield
2015-09-03 20:22             ` Khem Raj
2015-09-03 20:27               ` Richard Purdie
2015-09-03 20:32                 ` Otavio Salvador
2015-09-03 21:02                   ` Bruce Ashfield
2015-09-03 21:24                     ` Khem Raj
2015-09-03 21:38                       ` Bruce Ashfield
2015-09-03 21:15                 ` Khem Raj
2015-09-03 21:39                   ` Richard Purdie
2015-09-04  1:12                     ` Slater, Joseph
2015-09-03 21:28               ` Phil Blundell
2015-09-03 21:46                 ` Khem Raj
2015-09-03 12:32     ` Jack Mitchell
2015-09-01 21:34 ` Joe Slater [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441143270-27322-3-git-send-email-jslater@windriver.com \
    --to=jslater@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.