From: Joe MacDonald <joe@deserted.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH][meta-networking] bridge-utils: fix the no brctl error when enable multilib
Date: Tue, 25 Feb 2014 22:40:53 -0500 [thread overview]
Message-ID: <20140226034051.GC7489@deserted.net> (raw)
In-Reply-To: <1393315114-26254-1-git-send-email-rongqing.li@windriver.com>
[-- Attachment #1: Type: text/plain, Size: 1429 bytes --]
Merged, thanks.
-J.
[[oe] [PATCH][meta-networking] bridge-utils: fix the no brctl error when enable multilib] On 14.02.25 (Tue 15:58) rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> update-alternatives.bbclass does not create the brctl symbolic links for
> multilib, since the wrong use of PN generates
> /usr/sbin/brctl.lib32-bridge-utils, not /usr/sbin/brctl.bridge-utils;
>
> In fact, no need to rename brctl by calling mv, since update-alternatives
> will handle it
>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
> meta-networking/recipes-support/bridge-utils/bridge-utils.inc | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/meta-networking/recipes-support/bridge-utils/bridge-utils.inc b/meta-networking/recipes-support/bridge-utils/bridge-utils.inc
> index bcdc04a..e06c32e 100644
> --- a/meta-networking/recipes-support/bridge-utils/bridge-utils.inc
> +++ b/meta-networking/recipes-support/bridge-utils/bridge-utils.inc
> @@ -20,7 +20,6 @@ ALTERNATIVE_LINK_NAME[brctl] = "${sbindir}/brctl"
> EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}"
>
> do_install_append () {
> - mv ${D}${sbindir}/brctl ${D}${sbindir}/brctl.${PN}
> install -d ${D}/${datadir}/bridge-utils
> install -d ${D}/${sysconfdir}/network/if-pre-up.d
> install -d ${D}/${sysconfdir}/network/if-post-down.d
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
prev parent reply other threads:[~2014-02-26 3:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-25 7:58 [PATCH][meta-networking] bridge-utils: fix the no brctl error when enable multilib rongqing.li
2014-02-26 3:40 ` Joe MacDonald [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=20140226034051.GC7489@deserted.net \
--to=joe@deserted.net \
--cc=openembedded-devel@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.