diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-08 17:59:13 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-08 21:37:55 -0700 |
commit | f114b916a96866d4f42d83d704281f2b3f4f803a (patch) | |
tree | 2ef423ee85ba1f26b843e22f0ff3637162ad2ba2 /meta-oe/recipes-devtools/abseil-cpp | |
parent | 79d8952864962296e03da29c6e004c2eecc15741 (diff) | |
download | meta-openembedded-f114b916a96866d4f42d83d704281f2b3f4f803a.tar.gz |
abseil-cpp: upgrade 20230125.2 -> 20230125.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/abseil-cpp')
-rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 4 |
1 files changed, 2 insertions, 2 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 8617ba5c35..dd7ce4aee4 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |||
@@ -7,8 +7,8 @@ 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 = "20230125.2" | 10 | PV = "20230125.3" |
11 | SRCREV = "b971ac5250ea8de900eae9f95e06548d14cd95fe" | 11 | SRCREV = "c2435f8342c2d0ed8101cb43adfd605fdc52dca2" |
12 | BRANCH = "lts_2023_01_25" | 12 | BRANCH = "lts_2023_01_25" |
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 \ |