mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
abseil-cpp: Depend on libexecinfo on musl
Needed for execinfo to work
Fixes
absl/debugging/internal/stacktrace_generic-inl.inc:14:10: fatal error: 'execinfo.h' file not found
^~~~~~~~~~~~
1 error generated.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cfb432a714
commit
70f464892b
|
|
@ -19,6 +19,8 @@ SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} \
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS_append_libc-musl = " libexecinfo "
|
||||
|
||||
ASNEEDED_class-native = ""
|
||||
ASNEEDED_class-nativesdk = ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user