From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] image.bbclass: use soft assignment for LDCONFIGDEPEND
Date: Tue, 17 May 2011 14:53:10 +0100 [thread overview]
Message-ID: <1305640390.3424.235.camel@rex> (raw)
In-Reply-To: <51CEB658-A6DF-4AA6-8C42-7291824E9E75@dominion.thruhere.net>
On Tue, 2011-05-17 at 14:57 +0200, Koen Kooi wrote:
> Op 17 mei 2011, om 14:31 heeft Phil Blundell het volgende geschreven:
>
> > This allows distros that don't want ldconfig to turn it off.
> >
> > Signed-off-by: Phil Blundell <philb@gnu.org>
> > ---
> > meta/classes/image.bbclass | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
> > index b2325b3..346dd5e 100644
> > --- a/meta/classes/image.bbclass
> > +++ b/meta/classes/image.bbclass
> > @@ -23,7 +23,7 @@ PID = "${@os.getpid()}"
> >
> > PACKAGE_ARCH = "${MACHINE_ARCH}"
> >
> > -LDCONFIGDEPEND = "ldconfig-native:do_populate_sysroot"
> > +LDCONFIGDEPEND ?= "ldconfig-native:do_populate_sysroot"
> > LDCONFIGDEPEND_linux-uclibc = ""
> > LDCONFIGDEPEND_linux-uclibceabi = ""
>
> The 2 last lines need to switch to _libc-uclibc overrides as well
I've queued this (and the other libc override issue) up as a patch. You
can send patches for these though ;-)
Cheers,
Richard
next prev parent reply other threads:[~2011-05-17 13:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-17 12:31 [PATCH] image.bbclass: use soft assignment for LDCONFIGDEPEND Phil Blundell
2011-05-17 12:57 ` Koen Kooi
2011-05-17 13:53 ` Richard Purdie [this message]
2011-05-17 13:46 ` Richard Purdie
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=1305640390.3424.235.camel@rex \
--to=richard.purdie@linuxfoundation.org \
--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