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:57 +0000
commitbb4d2424212bbb8589c648b7a5f663bb773e3709 (patch)
treeed38b109465b9bbce8ff7ccbb69d7c79cb5aeaa0
parente22869afef9016dbdd3469ed925653550c99602f (diff)
downloadpoky-bb4d2424212bbb8589c648b7a5f663bb773e3709.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: efecf978380e97f2eb9de6b14fa96ecf4b3f9cb2) 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"