diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-03-09 12:19:49 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-09 12:37:28 -0700 |
commit | 70f464892b3fac590a770fedfb0784fca07858ef (patch) | |
tree | 345790110ef4cbefe5910d3db6221d87a16be804 | |
parent | cfb432a714457d2fd66a02fe7f1340094742ba69 (diff) | |
download | meta-openembedded-70f464892b3fac590a770fedfb0784fca07858ef.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb index 115ffc69f9..b6ea5fdecc 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |||
@@ -19,6 +19,8 @@ SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} \ | |||
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | DEPENDS_append_libc-musl = " libexecinfo " | ||
23 | |||
22 | ASNEEDED_class-native = "" | 24 | ASNEEDED_class-native = "" |
23 | ASNEEDED_class-nativesdk = "" | 25 | ASNEEDED_class-nativesdk = "" |
24 | 26 | ||