All of lore.kernel.org
 help / color / mirror / Atom feed
* Conflict between BBCLASSEXTEND and named recipes.
@ 2012-03-16 17:09 Jeremy Puhlman
  2012-03-16 19:08 ` Denys Dmytriyenko
  2012-03-17  9:14 ` Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Jeremy Puhlman @ 2012-03-16 17:09 UTC (permalink / raw)
  To: bitbake-devel

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-17  9:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 17:09 Conflict between BBCLASSEXTEND and named recipes Jeremy Puhlman
2012-03-16 19:08 ` Denys Dmytriyenko
2012-03-16 21:35   ` Jeremy Puhlman
2012-03-17  9:14 ` Martin Jansa

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.