From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] package_rpm.bbclass: fix one typo
Date: Mon, 1 Aug 2011 09:37:56 -0500 [thread overview]
Message-ID: <4E36BA44.1080809@windriver.com> (raw)
In-Reply-To: <f598d89680b56218a1f0c50844b1e6823c7baca9.1312199543.git.ke.yu@intel.com>
acked-by: Mark Hatle <mark.hatle@windriver.com>
On 8/1/11 6:54 AM, Yu Ke wrote:
> fix the MLPREFIX referrence typo which cause multilib rpm
> do_rootfs failure
>
> CC: Mark Hatle <mark.hatle@windriver.com>
>
> Signed-off-by: Yu Ke <ke.yu@intel.com>
> ---
> meta/classes/package_rpm.bbclass | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass
> index 0377100..ded744b 100644
> --- a/meta/classes/package_rpm.bbclass
> +++ b/meta/classes/package_rpm.bbclass
> @@ -248,7 +248,7 @@ package_install_internal_rpm () {
> echo "Processing $pkg..."
>
> archvar=base_package_archs
> - ml_pkg=$(echo ${pkg} | sed "s,$^{MLPREFIX}\(.*\),\1,")
> + ml_pkg=$(echo ${pkg} | sed "s,^${MLPREFIX}\(.*\),\1,")
> if [ "${ml_pkg}" != "${pkg}" ]; then
> archvar=ml_package_archs
> fi
next prev parent reply other threads:[~2011-08-01 14:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-01 11:54 [PATCH 0/1] Fix rpm typo for multilib Yu Ke
2011-08-01 11:54 ` [PATCH 1/1] package_rpm.bbclass: fix one typo Yu Ke
2011-08-01 13:17 ` Richard Purdie
2011-08-01 14:37 ` Mark Hatle [this message]
2011-08-01 12:05 ` [PATCH 0/1] Fix rpm typo for multilib Koen Kooi
2011-08-01 12:37 ` Yu Ke
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=4E36BA44.1080809@windriver.com \
--to=mark.hatle@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox