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

Tom Rini tom_rini at mentor.com
Mon Jul 25 16:03:31 UTC 2011


On 07/25/2011 09:00 AM, Phil Blundell wrote:
> 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,

It's possible they simply aren't used anymore, if micro in oe.dev is
building / working with db.

-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-core mailing list