[oe] compiling buildhelper programs

Phil Blundell pb at reciva.com
Thu Jul 24 17:32:34 UTC 2008


On Thu, 2008-07-24 at 18:49 +0200, Robert Schuster wrote:
> Is it OK when the recipe provides the native CC via BUILD_CC to build
> those helper binaries while at the same time TARGET_CC compiles the real
> libraries and binaries or do we strictly want a separate -native recipe
> that builds the helpers and injects them?

If they are strictly build time helpers for this one specific package,
and would have no use as part of any conceivable installed target
system, you can just build them with BUILD_CC and be done with it.  I
think there is precedent for this in at least some of the X11 packages.
If they are binaries that you might want to install on the target, you
should make a separate package for them, with a -native version, and
install them into staging.

p.






More information about the Openembedded-devel mailing list