summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb7
1 files changed, 4 insertions, 3 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 f7f8fc848e..08f2e264f7 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"
7LICENSE = "Apache-2.0" 7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=df52c6edb7adc22e533b2bacc3bd3915" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=df52c6edb7adc22e533b2bacc3bd3915"
9 9
10PV = "20221014.0" 10PV = "20230125.1"
11SRCREV = "5fa65f28e46e86c44966a1ca8a727a329d9c1ff8" 11SRCREV = "c8a2f92586fe9b4e1aff049108f5db8064924d8e"
12BRANCH = "master" 12BRANCH = "lts_2023_01_25"
13SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \ 13SRC_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 \
@@ -28,6 +28,7 @@ inherit cmake
28EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ 28EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
29 -DBUILD_TESTING=OFF \ 29 -DBUILD_TESTING=OFF \
30 -DCMAKE_CXX_STANDARD=14 \ 30 -DCMAKE_CXX_STANDARD=14 \
31 -DABSL_ENABLE_INSTALL=ON \
31 " 32 "
32 33
33BBCLASSEXTEND = "native nativesdk" 34BBCLASSEXTEND = "native nativesdk"