summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2022-11-30 19:56:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-06 15:23:18 +0000
commit145f3d27024791081f239e8b366d0e68eb836f43 (patch)
tree145abbd658e1e69f5149603d3bc62bdfe4340927
parent241c7b023f8e0365fd48036d7b392514c0258113 (diff)
downloadpoky-145f3d27024791081f239e8b366d0e68eb836f43.tar.gz
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. (From OE-Core rev: 95b5c89066baccb1e64bfba7d9a66feeeb086da9) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/bc/bc_1.07.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bc/bc_1.07.1.bb b/meta/recipes-extended/bc/bc_1.07.1.bb
index 178588f11b..819da6cda6 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() {
37ALTERNATIVE:${PN} = "bc dc" 37ALTERNATIVE:${PN} = "bc dc"
38ALTERNATIVE_PRIORITY = "100" 38ALTERNATIVE_PRIORITY = "100"
39 39
40BBCLASSEXTEND = "native" 40BBCLASSEXTEND = "native nativesdk"