mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
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>
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user