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

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Thu Mar 18 07:18:48 UTC 2010


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 ?

FM




More information about the Openembedded-devel mailing list