[OE-core] [PATCH V2] quilt: add ac_cv_path_BASH to CACHED_CONFIGUREVARS also for native

Ming Liu ming.liu at windriver.com
Thu Jan 23 07:22:35 UTC 2014


On 01/23/2014 03:14 PM, Phil Blundell wrote:
> On Thu, 2014-01-23 at 14:45 +0800, Ming Liu wrote:
>>   
>> +CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash"
>>   
>> -CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash"
> Why did you change this from ${base_bindir} to a hardcoded path?
Because base_bindir would be expanded as '${base_prefix}/bin' for native 
recipe, then it has to set DEPENDS on bash-native which I think is not 
what it supposed to be, the change would let it locate bash from host 
environment.

//Ming Liu
>
> p.
>
>
>
>




More information about the Openembedded-core mailing list