summaryrefslogtreecommitdiffstats
path: root/meta
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:21:35 +0000
commit95b5c89066baccb1e64bfba7d9a66feeeb086da9 (patch)
treef343db94af84c869d4a6cb2190f67e79e2b3fd66 /meta
parentb07de5de43ec9c9a2c5d496a64940ccdc5b47cf8 (diff)
downloadopenembedded-core-95b5c89066baccb1e64bfba7d9a66feeeb086da9.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. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta')
-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() {
ALTERNATIVE:${PN} = "bc dc"
ALTERNATIVE_PRIORITY = "100"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"