diff options
| -rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/abseil-ppc-fixes.patch | 8 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/abseil-ppc-fixes.patch b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/abseil-ppc-fixes.patch index ef3f50d9e7..9b408259f9 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/abseil-ppc-fixes.patch +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/abseil-ppc-fixes.patch | |||
| @@ -20,7 +20,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 20 | #ifdef __GLIBC__ | 20 | #ifdef __GLIBC__ |
| 21 | #include <sys/platform/ppc.h> | 21 | #include <sys/platform/ppc.h> |
| 22 | #elif defined(__FreeBSD__) | 22 | #elif defined(__FreeBSD__) |
| 23 | @@ -53,7 +53,7 @@ double UnscaledCycleClock::Frequency() { | 23 | @@ -58,7 +58,7 @@ double UnscaledCycleClock::Frequency() { |
| 24 | return base_internal::NominalCPUFrequency(); | 24 | return base_internal::NominalCPUFrequency(); |
| 25 | } | 25 | } |
| 26 | 26 | ||
| @@ -29,9 +29,9 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 29 | 29 | ||
| 30 | int64_t UnscaledCycleClock::Now() { | 30 | int64_t UnscaledCycleClock::Now() { |
| 31 | #ifdef __GLIBC__ | 31 | #ifdef __GLIBC__ |
| 32 | --- a/absl/base/internal/unscaledcycleclock.h | 32 | --- a/absl/base/internal/unscaledcycleclock_config.h |
| 33 | +++ b/absl/base/internal/unscaledcycleclock.h | 33 | +++ b/absl/base/internal/unscaledcycleclock_config.h |
| 34 | @@ -46,7 +46,8 @@ | 34 | @@ -21,7 +21,8 @@ |
| 35 | 35 | ||
| 36 | // The following platforms have an implementation of a hardware counter. | 36 | // The following platforms have an implementation of a hardware counter. |
| 37 | #if defined(__i386__) || defined(__x86_64__) || defined(__aarch64__) || \ | 37 | #if defined(__i386__) || defined(__x86_64__) || defined(__aarch64__) || \ |
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 af28da5935..9f8c48cfa4 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |||
| @@ -7,9 +7,9 @@ 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 = "20220623.1" | 10 | PV = "20221014.0" |
| 11 | SRCREV = "8c0b94e793a66495e0b1f34a5eb26bd7dc672db0" | 11 | SRCREV = "5fa65f28e46e86c44966a1ca8a727a329d9c1ff8" |
| 12 | BRANCH = "lts_2022_06_23" | 12 | BRANCH = "master" |
| 13 | SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \ | 13 | SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \ |
| 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 \ |
