[oe] [PATCH 4/4] Renamed prefix_native, bindir_native, etc using hyphens

Phil Blundell philb at gnu.org
Thu Mar 18 10:38:56 UTC 2010


On Thu, 2010-03-18 at 08:18 +0100, Frans Meulenbroeks wrote:
> 2010/3/18 Douglas Royds <douglas.royds at tait.co.nz>:
> >   - Avoids clashing with the machine override when MACHINE=native
> >   - bindir_cross similarly renamed for consistency
> >
> [...]
> >
> >  # Path prefixes
> >  base_prefix = "${STAGING_DIR_NATIVE}"
> > -prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
> > -exec_prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
> > +prefix = "${STAGING_DIR_NATIVE}${prefix-native}"
> > +exec_prefix = "${STAGING_DIR_NATIVE}${prefix-native}"
> 
> [...]
> 
> Shouldn't we then for consistent naming also go to exex-prefix etc ?

That would need to be done carefully since ${exec_prefix} is exported.
I am not sure it would be worth the effort to get it right at the
moment.  This would probably be better done as a part of a larger effort
to tidy up the semantics of the bitbake variable namespace.

p.






More information about the Openembedded-devel mailing list