abseil-cpp: Fix build on musl and ppc64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-03-13 10:26:25 -08:00
parent 71668086d0
commit eaf1cf8384
2 changed files with 95 additions and 0 deletions
@@ -13,6 +13,7 @@ BRANCH = "lts_2020_09_23"
SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} \
file://0001-absl-always-use-asm-sgidefs.h.patch \
file://0002-Remove-maes-option-from-cross-compilation.patch \
file://abseil-ppc-fixes.patch \
"
S = "${WORKDIR}/git"