diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-05-08 14:38:52 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-11 08:27:27 -0700 |
| commit | 8691de2580dd872e3d001d67c8455108b3bd627c (patch) | |
| tree | abe584a339bb80d7a48b5f7bd55d564427a9ad90 /meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |
| parent | c511e491ff14172c32f9ff460ed3ee43be4051cb (diff) | |
| download | meta-openembedded-8691de2580dd872e3d001d67c8455108b3bd627c.tar.gz | |
abseil-cpp: Upgrade to lts_2021_03_24
Fix build with glibc 2.34 while here
Forward patches to this version
Let system package the libraries
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 10 |
1 files changed, 5 insertions, 5 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 903b7b4b82..01dd9f550e 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |||
| @@ -7,13 +7,14 @@ SECTION = "libs" | |||
| 7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=df52c6edb7adc22e533b2bacc3bd3915" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=df52c6edb7adc22e533b2bacc3bd3915" |
| 9 | 9 | ||
| 10 | PV = "20200923+git${SRCPV}" | 10 | PV = "20210324+git${SRCPV}" |
| 11 | SRCREV = "6f9d96a1f41439ac172ee2ef7ccd8edf0e5d068c" | 11 | SRCREV = "e1d388e7e74803050423d035e4374131b9b57919" |
| 12 | BRANCH = "lts_2020_09_23" | 12 | BRANCH = "lts_2021_03_24" |
| 13 | SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} \ | 13 | SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} \ |
| 14 | file://0001-absl-always-use-asm-sgidefs.h.patch \ | 14 | file://0001-absl-always-use-asm-sgidefs.h.patch \ |
| 15 | file://0002-Remove-maes-option-from-cross-compilation.patch \ | 15 | file://0002-Remove-maes-option-from-cross-compilation.patch \ |
| 16 | file://abseil-ppc-fixes.patch \ | 16 | file://abseil-ppc-fixes.patch \ |
| 17 | file://0001-Export-of-internal-Abseil-changes.patch \ | ||
| 17 | " | 18 | " |
| 18 | 19 | ||
| 19 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| @@ -30,5 +31,4 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ | |||
| 30 | 31 | ||
| 31 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
| 32 | 33 | ||
| 33 | FILES_${PN} = "${libdir}/libabsl_*.so" | 34 | FILES_${PN}-dev += "${includedir} ${libdir}/cmake ${libdir}/pkgconfig" |
| 34 | FILES_${PN}-dev = "${includedir} ${libdir}/cmake" | ||
