From: Chen Qi Date: Thu, 1 Dec 2022 03:56:31 +0000 (-0800) Subject: bc: extend to nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95b5c89066baccb1e64bfba7d9a66feeeb086da9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 --- diff --git a/meta/recipes-extended/bc/bc_1.07.1.bb b/meta/recipes-extended/bc/bc_1.07.1.bb index 178588f11bf..819da6cda68 100644 --- a/meta/recipes-extended/bc/bc_1.07.1.bb +++ b/meta/recipes-extended/bc/bc_1.07.1.bb @@ -37,4 +37,4 @@ do_install_ptest() { ALTERNATIVE:${PN} = "bc dc" ALTERNATIVE_PRIORITY = "100" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"