mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +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:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user