From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Zhixiong Chi <zhixiong.chi@windriver.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 5/6] mobile-broadband-provider-info: fix the script multilib conflict
Date: Fri, 10 Aug 2018 10:02:21 +0100 [thread overview]
Message-ID: <e698254a753d8fe5c835bfd986a60bec2aa7acff.camel@linuxfoundation.org> (raw)
In-Reply-To: <20180810073139.89868-5-zhixiong.chi@windriver.com>
On Fri, 2018-08-10 at 00:31 -0700, Zhixiong Chi wrote:
> Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
> ---
> .../mobile-broadband-provider-info_git.bb | 4
> +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/mobile-broadband-provider-
> info/mobile-broadband-provider-info_git.bb b/meta/recipes-
> connectivity/mobile-broadband-provider-info/mobile-broadband-
> provider-info_git.bb
> index dbc578e2d8..1a39932ffc 100644
> --- a/meta/recipes-connectivity/mobile-broadband-provider-
> info/mobile-broadband-provider-info_git.bb
> +++ b/meta/recipes-connectivity/mobile-broadband-provider-
> info/mobile-broadband-provider-info_git.bb
> @@ -10,4 +10,6 @@ PE = "1"
> SRC_URI = "git://git.gnome.org/mobile-broadband-provider-info"
> S = "${WORKDIR}/git"
>
> -inherit autotools
> +inherit autotools multilib_script
> +
> +MULTILIB_SCRIPTS = "${PN}-dev:${datadir}/pkgconfig/mobile-broadband-
> provider-info.pc"
This is not correct, pkgconfig files installed into datadir are meant
to be architecture independent. The ones in libdir can be target
specific. What is the difference causing problems here?
Cheers,
Richard
next prev parent reply other threads:[~2018-08-10 9:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-10 7:31 [PATCH 1/6] multilib-script: fix ALTERNATIVE_${PN} override issue Zhixiong Chi
2018-08-10 7:31 ` [PATCH 2/6] libcheck: fix the multilib header conflict Zhixiong Chi
2018-08-10 9:01 ` Richard Purdie
2018-08-10 7:31 ` [PATCH 3/6] nspr: fix script conflict for multilib Zhixiong Chi
2018-08-10 7:31 ` [PATCH 4/6] libevent: fix the multilib header conflict Zhixiong Chi
2018-08-10 7:31 ` [PATCH 5/6] mobile-broadband-provider-info: fix the script multilib conflict Zhixiong Chi
2018-08-10 9:02 ` Richard Purdie [this message]
2018-08-10 7:31 ` [PATCH 6/6] nss: fix multilib file conflict Zhixiong Chi
2018-08-10 9:03 ` Richard Purdie
2018-08-10 11:12 ` Alexander Kanavin
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=e698254a753d8fe5c835bfd986a60bec2aa7acff.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=zhixiong.chi@windriver.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox