From: Chen Qi Date: Thu, 1 Dec 2022 03:56:31 +0000 (-0800) Subject: bc: extend to nativesdk X-Git-Tag: 2022-10.2-langdale~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efecf978380e97f2eb9de6b14fa96ecf4b3f9cb2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git bc: extend to nativesdk bc is needed for compiling kernel modules, more specifially whenr running `make scripts prepare'. In linux-yocto.inc, we have bc-native in DEPENDS. But we will need nativesdk-bc in case we compile a kernel module inside SDK. Signed-off-by: Chen Qi Signed-off-by: Alexandre Belloni (cherry picked from commit 95b5c89066baccb1e64bfba7d9a66feeeb086da9) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-extended/bc/bc_1.07.1.bb b/meta/recipes-extended/bc/bc_1.07.1.bb index 1bec76bb2aa..5a037513049 100644 --- a/meta/recipes-extended/bc/bc_1.07.1.bb +++ b/meta/recipes-extended/bc/bc_1.07.1.bb @@ -32,4 +32,4 @@ do_compile:prepend() { ALTERNATIVE:${PN} = "bc dc" ALTERNATIVE_PRIORITY = "100" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"