diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-12-01 21:07:53 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-12-17 13:57:14 +0530 |
| commit | 25172ad2737705cdf83e2d935ad7fba8609f748a (patch) | |
| tree | 3acf22c97b7783ba1f4c5817c7ff3c1a15bdf8a1 | |
| parent | 2e5f52deaa8ca99e6612449cba2f178285e004d7 (diff) | |
| download | meta-openembedded-25172ad2737705cdf83e2d935ad7fba8609f748a.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>
(cherry picked from commit bd745115de76de7242e3e7e69b29f1ae507fea13)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-kernel/crash/crash_8.0.6.bb | 2 |
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}" \ | |||
| 12 | EXTRA_OEMAKE:append:class-native = " LDFLAGS='${BUILD_LDFLAGS}'" | 12 | EXTRA_OEMAKE:append:class-native = " LDFLAGS='${BUILD_LDFLAGS}'" |
| 13 | EXTRA_OEMAKE:append:class-cross = " LDFLAGS='${BUILD_LDFLAGS}'" | 13 | EXTRA_OEMAKE:append:class-cross = " LDFLAGS='${BUILD_LDFLAGS}'" |
| 14 | 14 | ||
| 15 | DEPENDS:append:class-cross = " zlib-native" | ||
| 16 | |||
| 15 | do_install:class-target () { | 17 | do_install:class-target () { |
| 16 | oe_runmake DESTDIR=${D} install | 18 | oe_runmake DESTDIR=${D} install |
| 17 | } | 19 | } |
