From: "Martin Ertsås" <mertsas@cisco.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/2] bash: Make bash_3.2.48 a nativesdk package.
Date: Tue, 11 Sep 2012 12:24:32 +0200 [thread overview]
Message-ID: <504F1160.10906@cisco.com> (raw)
In-Reply-To: <1347352189-30965-1-git-send-email-mertsas@cisco.com>
On 09/11/12 10:29, Martin Ertsaas wrote:
> 3.2.48 is the bash package in oe-core which is not GPLv3. Making that a nativesdk
> package makes sure we have the same bash version in our toolchain as in our image.
>
> Signed-off-by: Martin Ertsaas <mertsas@cisco.com>
> ---
> meta/recipes-extended/bash/bash_3.2.48.bb | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-extended/bash/bash_3.2.48.bb b/meta/recipes-extended/bash/bash_3.2.48.bb
> index 509d7a0..c317a02 100644
> --- a/meta/recipes-extended/bash/bash_3.2.48.bb
> +++ b/meta/recipes-extended/bash/bash_3.2.48.bb
> @@ -48,3 +48,5 @@ pkg_postinst_${PN} () {
> grep -q "bin/bash" $D${sysconfdir}/shells || echo /bin/bash >> $D${sysconfdir}/shells
> grep -q "bin/sh" $D${sysconfdir}/shells || echo /bin/sh >> $D${sysconfdir}/shells
> }
> +
> +BBCLASSEXTEND = "nativesdk"
This can be ignored. Just found out that this bash does not like to be a
nativesdk package. It fails with
./mkbuiltins: error while loading shared libraries: __vdso_gettimeofday:
invalid mode for dlopen(): Invalid argument
Any idea what this might be, so I can fix the patch.
Sorry for sending this before it was actually ready.
- Martin
prev parent reply other threads:[~2012-09-11 10:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-11 8:29 [PATCH 1/2] bash: Make bash_3.2.48 a nativesdk package Martin Ertsaas
2012-09-11 10:24 ` Martin Ertsås [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=504F1160.10906@cisco.com \
--to=mertsas@cisco.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.