mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
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>
This commit is contained in:
parent
80f9edb67e
commit
bd745115de
|
|
@ -12,6 +12,8 @@ EXTRA_OEMAKE:class-cross = 'RPMPKG="${PV}" \
|
|||
EXTRA_OEMAKE:append:class-native = " LDFLAGS='${BUILD_LDFLAGS}'"
|
||||
EXTRA_OEMAKE:append:class-cross = " LDFLAGS='${BUILD_LDFLAGS}'"
|
||||
|
||||
DEPENDS:append:class-cross = " zlib-native"
|
||||
|
||||
do_install:class-target () {
|
||||
oe_runmake DESTDIR=${D} install
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user