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 | |
| 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')
| -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 7d935d523b..38c3dbc510 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} \ | |||
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | DEPENDS_append_libc-musl = " libexecinfo " | ||
| 21 | |||
| 22 | ASNEEDED_class-native = "" | 20 | ASNEEDED_class-native = "" |
| 23 | ASNEEDED_class-nativesdk = "" | 21 | ASNEEDED_class-nativesdk = "" |
| 24 | 22 | ||
| @@ -33,4 +31,3 @@ ALLOW_EMPTY_${PN} = "1" | |||
| 33 | 31 | ||
| 34 | FILES_${PN} = "${libdir}/libabsl_*.so ${libdir}/cmake" | 32 | FILES_${PN} = "${libdir}/libabsl_*.so ${libdir}/cmake" |
| 35 | FILES_${PN}-dev = "${includedir}" | 33 | FILES_${PN}-dev = "${includedir}" |
| 36 | |||
