[OE-core] [PATCH] boost: Convert ??= weaker assingment to weak ?= assignment

Richard Purdie richard.purdie at linuxfoundation.org
Tue Dec 10 10:32:51 UTC 2013


On Mon, 2013-12-09 at 15:11 -0800, Khem Raj wrote:
> On Mon, Dec 9, 2013 at 1:51 PM, Richard Purdie
> <richard.purdie at linuxfoundation.org> wrote:
> > On Mon, 2013-12-09 at 09:34 -0800, Khem Raj wrote:
> >> On Mon, Dec 9, 2013 at 3:48 AM, Richard Purdie
> >> <richard.purdie at linuxfoundation.org> wrote:
> >> >
> >> > To illustrate why I'm struggling to follow this, "bitbake boost -e |
> >> > grep BOOST_LIBS" on OE-Core does not show python in the list...
> >> >
> >>
> >>
> >> I can see it. Its on debian python is 2.7.3
> >>
> >> kraj at builder:~$ cat /etc/os-release
> >> PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
> >> NAME="Debian GNU/Linux"
> >> VERSION_ID="7"
> >> VERSION="7 (wheezy)"
> >> ID=debian
> >> ANSI_COLOR="1;31"
> >> HOME_URL="http://www.debian.org/"
> >> SUPPORT_URL="http://www.debian.org/support/"
> >> BUG_REPORT_URL="http://bugs.debian.org/"
> >
> > I doubt its host OS that is causing this, more likely something to do
> > with the configuration you have (I'm using python 2.7.5+ on Ubuntu
> > 13.10). Which DISTRO is this? Which layers are enabled? Which version of
> > bitbake?
> >
> 
> all is latest from yesterday config wise I am building angstrom. now I did both
> with angstrom and with OE-Core only and you are right it appears to
> work with OE-Core alone
> 
> see
> 
> http://paste.ubuntu.com/6548349/
> 
> for angstrom version see
> 
> http://paste.ubuntu.com/6548360/
> 
> 
> I will dig more into it a bit and see how PACKAGECONFIG can be bad in
> angstrom's case

Looking at those pastebins, it shows up as a python function since the
"python" flag is set. That shouldn't do anything too bad to the variable
though:

python PACKAGECONFIG () {
}

In one case it has the value python, in the other it does not. Its all
very odd. I wonder if "bitbake -e" shows it taking any value? There has
to be something in the Angstrom setup which is triggering this...

Cheers,

Richard




More information about the Openembedded-core mailing list