[OE-core] [PATCH 6/8] siteinfo: Move certain db entries to common-linux

Phil Blundell philb at gnu.org
Mon Jul 25 16:00:55 UTC 2011


On Fri, 2011-07-22 at 09:28 -0700, Tom Rini wrote:
> +db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
> +db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
> +db_cv_path_cp=${db_cv_path_cp=/bin/cp}
> +db_cv_path_ln=${db_cv_path_ln=/bin/ln}
> +db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
> +db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
> +db_cv_path_rm=${db_cv_path_rm=/bin/rm}
> +db_cv_path_sh=${db_cv_path_sh=/bin/sh}
> +db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}

Those contain assumptions about ${bindir} and ${base_bindir} which are
not necessarily valid.  I think db should probably be patched for those
rather than putting them here,

p.





More information about the Openembedded-core mailing list