[OE-core] [PATCH 2/3] expect: Fix configure error for nativesdk

Robert Yang liezhi.yang at windriver.com
Wed Sep 25 10:11:57 UTC 2019



On 9/25/19 5:47 PM, Ross Burton wrote:
> On 25/09/2019 10:30, Robert Yang wrote:
>>   TCL_INCLUDE_PATH = ""
>>   TCL_INCLUDE_PATH_class-target = "--with-tclinclude=${STAGING_INCDIR}/tcl8.6"
>> +TCL_INCLUDE_PATH_class-nativesdk = "--with-tclinclude=${STAGING_INCDIR}/tcl8.6"
> 
> Did you test just always passing --with-tclinclude=... in all classes?

I tried it just now, it didn't work for native, I will make it simpler in V2:

# Apparently the public Tcl headers are only in /usr/include/tcl8.6
# when building for the target and nativesdk.
TCL_INCLUDE_PATH = "--with-tclinclude=${STAGING_INCDIR}/tcl8.6"
TCL_INCLUDE_PATH_class-native = ""

// Robert

> 
> Ross


More information about the Openembedded-core mailing list