From: Jeremy Puhlman <jpuhlman@mvista.com>
To: bitbake-devel <bitbake-devel@lists.openembedded.org>
Subject: Conflict between BBCLASSEXTEND and named recipes.
Date: Fri, 16 Mar 2012 10:09:18 -0700 [thread overview]
Message-ID: <4F6373BE.3040209@mvista.com> (raw)
There seems to be a bug with available providers when a recipe file
provides the same name as an extended recipe. The extended version of
the recipe does not seem to be available at all.
Example:
If zlib_1.2.6.bb exists in a layer, with BBCLASSEXTEND="native
zlib-nativesdk" defined, and zlib-native_1.2.5.bb exists, the version
1.2.6 of zlib-native is not selectable at all.
bitbake -s | grep zlib
zlib :1.2.6-r0
zlib-native :1.2.5-r0
zlib-nativesdk :1.2.6-r0
Even with PREFERRED_PROVIDER_zlib-naitve = 1.2.6 the results are the
same. I have been poking around the parser, but really haven't made any
progress, figured I would poke the list.
--
Jeremy Puhlman
Montavista Software, LLC.
next reply other threads:[~2012-03-16 17:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-16 17:09 Jeremy Puhlman [this message]
2012-03-16 19:08 ` Conflict between BBCLASSEXTEND and named recipes Denys Dmytriyenko
2012-03-16 21:35 ` Jeremy Puhlman
2012-03-17 9:14 ` Martin Jansa
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=4F6373BE.3040209@mvista.com \
--to=jpuhlman@mvista.com \
--cc=bitbake-devel@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.