]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bc: extend to nativesdk
authorChen Qi <Qi.Chen@windriver.com>
Thu, 1 Dec 2022 03:56:31 +0000 (19:56 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Dec 2022 15:21:35 +0000 (15:21 +0000)
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 <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-extended/bc/bc_1.07.1.bb

index 178588f11bf764b424321d8f6541524444be9ec8..819da6cda687b27c2e68e49890f616428355e7b8 100644 (file)
@@ -37,4 +37,4 @@ do_install_ptest() {
 ALTERNATIVE:${PN} = "bc dc"
 ALTERNATIVE_PRIORITY = "100"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"