diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2022-11-30 19:56:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-06 15:23:18 +0000 |
commit | 145f3d27024791081f239e8b366d0e68eb836f43 (patch) | |
tree | 145abbd658e1e69f5149603d3bc62bdfe4340927 /meta | |
parent | 241c7b023f8e0365fd48036d7b392514c0258113 (diff) | |
download | poky-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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/bc/bc_1.07.1.bb | 2 |
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() { | |||
37 | ALTERNATIVE:${PN} = "bc dc" | 37 | ALTERNATIVE:${PN} = "bc dc" |
38 | ALTERNATIVE_PRIORITY = "100" | 38 | ALTERNATIVE_PRIORITY = "100" |
39 | 39 | ||
40 | BBCLASSEXTEND = "native" | 40 | BBCLASSEXTEND = "native nativesdk" |