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

2010-03-18 Thread Frans Meulenbroeks
2010/3/18 Douglas Royds douglas.ro...@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 =

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

2010-03-18 Thread Phil Blundell
On Thu, 2010-03-18 at 08:18 +0100, Frans Meulenbroeks wrote: 2010/3/18 Douglas Royds douglas.ro...@tait.co.nz: - Avoids clashing with the machine override when MACHINE=native - bindir_cross similarly renamed for consistency [...] # Path prefixes base_prefix =

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

2010-03-18 Thread Douglas Royds
Frans Meulenbroeks wrote: 2010/3/18 Douglas Royds douglas.ro...@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 =

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

2010-03-18 Thread Richard Purdie
On Fri, 2010-03-19 at 09:48 +1300, Douglas Royds wrote: Any renaming of base_prefix, exec_prefix, base_bindir, target_datadir, c is a separate matter. Note that some of these names are imposed on us by Autotools convention. This is why these variables are in lower case in the first place:

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

2010-03-17 Thread Douglas Royds
- Avoids clashing with the machine override when MACHINE=native - bindir_cross similarly renamed for consistency Signed-off-by: Douglas Royds douglas.ro...@taitradio.com --- classes/cross-canadian.bbclass |2 +- classes/native.bbclass |4 +-