summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-12-01 21:07:53 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-02 09:18:19 -0800
commitbd745115de76de7242e3e7e69b29f1ae507fea13 (patch)
tree32614185e9912547ea7a34b37db9a05564b311d4
parent80f9edb67ef2774cc317ae645568ba76950fc556 (diff)
downloadmeta-openembedded-bd745115de76de7242e3e7e69b29f1ae507fea13.tar.gz
crash: add zlib-native to depends for crash-cross
Fix the following error when using buildtools-extended: va_server.c:20:10: fatal error: zlib.h: No such file or directory 20 | #include <zlib.h> | ^~~~~~~~ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-kernel/crash/crash_8.0.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/crash/crash_8.0.6.bb b/meta-oe/recipes-kernel/crash/crash_8.0.6.bb
index 1af90978e0..893d4de410 100644
--- a/meta-oe/recipes-kernel/crash/crash_8.0.6.bb
+++ b/meta-oe/recipes-kernel/crash/crash_8.0.6.bb
@@ -12,6 +12,8 @@ EXTRA_OEMAKE:class-cross = 'RPMPKG="${PV}" \
12EXTRA_OEMAKE:append:class-native = " LDFLAGS='${BUILD_LDFLAGS}'" 12EXTRA_OEMAKE:append:class-native = " LDFLAGS='${BUILD_LDFLAGS}'"
13EXTRA_OEMAKE:append:class-cross = " LDFLAGS='${BUILD_LDFLAGS}'" 13EXTRA_OEMAKE:append:class-cross = " LDFLAGS='${BUILD_LDFLAGS}'"
14 14
15DEPENDS:append:class-cross = " zlib-native"
16
15do_install:class-target () { 17do_install:class-target () {
16 oe_runmake DESTDIR=${D} install 18 oe_runmake DESTDIR=${D} install
17} 19}