2010/3/18 Douglas Royds <[email protected]>: > - 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
