[oe] [PATCH] ncurses-5.7 : fix sdk build

Eric Bénard eric at eukrea.com
Fri Aug 27 07:56:06 UTC 2010


Hi,

Le 27/08/2010 00:14, Tom Rini a écrit :
> Eric Bénard wrote:
>
>> @@ -170,7 +170,7 @@ pkg_prerm_ncurses-tools () {
>> fi
>> }
>>
>> -BBCLASSEXTEND = "native sdk"
>> +BBCLASSEXTEND = "native nativesdk"
>
> Don't remove sdk from here, just add nativesdk. We haven't fully
> converted everything.
>
in fact there is a problem when keeping sdk + nativesdk :

ENABLE_WIDEC_virtclass-nativesdk = "false"
is no more taken in account.

_virtclass-sdk or _sdk or _${PN}-sdk are also not good overides.

Do you have any idea how to fix this ?

Eric




More information about the Openembedded-devel mailing list