From 70f464892b3fac590a770fedfb0784fca07858ef Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 9 Mar 2020 12:19:49 -0700 Subject: 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 --- meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-devtools/abseil-cpp') 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} \ S = "${WORKDIR}/git" +DEPENDS_append_libc-musl = " libexecinfo " + ASNEEDED_class-native = "" ASNEEDED_class-nativesdk = "" -- cgit v1.2.3-54-g00ecf