diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-02-22 11:02:34 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-22 11:04:35 -0800 |
commit | 0843da7c1336ce320f193af23ff330b6d3f5f67b (patch) | |
tree | 5edc31953f485ff7405aa773319c442bd59540b3 /meta-oe/recipes-devtools/abseil-cpp | |
parent | 70f352c90cbb63497cc02847240b2d039083fd40 (diff) | |
download | meta-openembedded-0843da7c1336ce320f193af23ff330b6d3f5f67b.tar.gz |
abseil-cpp: Remove libexecinfo band-aid for musl
abseil's cmake files can now detect execinfo's presence before depending
on it, therefore no need to link with libexecinfo on musl now
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/abseil-cpp')
-rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 3 |
1 files changed, 0 insertions, 3 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 7d935d523..38c3dbc51 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb @@ -17,8 +17,6 @@ SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} \ S = "${WORKDIR}/git" -DEPENDS_append_libc-musl = " libexecinfo " - ASNEEDED_class-native = "" ASNEEDED_class-nativesdk = "" @@ -33,4 +31,3 @@ ALLOW_EMPTY_${PN} = "1" FILES_${PN} = "${libdir}/libabsl_*.so ${libdir}/cmake" FILES_${PN}-dev = "${includedir}" - |