mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 18:55:41 +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:
parent
70f352c90c
commit
0843da7c13
@ -17,8 +17,6 @@ SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} \
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
DEPENDS_append_libc-musl = " libexecinfo "
|
|
||||||
|
|
||||||
ASNEEDED_class-native = ""
|
ASNEEDED_class-native = ""
|
||||||
ASNEEDED_class-nativesdk = ""
|
ASNEEDED_class-nativesdk = ""
|
||||||
|
|
||||||
@ -33,4 +31,3 @@ ALLOW_EMPTY_${PN} = "1"
|
|||||||
|
|
||||||
FILES_${PN} = "${libdir}/libabsl_*.so ${libdir}/cmake"
|
FILES_${PN} = "${libdir}/libabsl_*.so ${libdir}/cmake"
|
||||||
FILES_${PN}-dev = "${includedir}"
|
FILES_${PN}-dev = "${includedir}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user