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-23 23:05:50 +0000
commit2bed21ababb67b8f7d63aa1db540cbfffe859031 (patch)
treecf857ae307871dcdd8963edb3b1b7b8d3730ed9a
parentc4bbc6d9c5077b26d6d8e48aa47927b3cbb023e0 (diff)
downloadpoky-2bed21ababb67b8f7d63aa1db540cbfffe859031.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: 713ebd37cb740ebd1f3f57d14f4448ded8a5fe3c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 95b5c89066baccb1e64bfba7d9a66feeeb086da9) Signed-off-by: Steve Sakoman <steve@sakoman.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 1bec76bb2a..5a03751304 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() {
32ALTERNATIVE:${PN} = "bc dc" 32ALTERNATIVE:${PN} = "bc dc"
33ALTERNATIVE_PRIORITY = "100" 33ALTERNATIVE_PRIORITY = "100"
34 34
35BBCLASSEXTEND = "native" 35BBCLASSEXTEND = "native nativesdk"