mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00
abseil-cpp: Upgrade to 20250814.1 release
Use tarball instead of git fetcher Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
52e2cac8e0
commit
cb93879fbb
|
@ -7,13 +7,11 @@ SECTION = "libs"
|
|||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=df52c6edb7adc22e533b2bacc3bd3915"
|
||||
|
||||
SRCREV = "76bb24329e8bf5f39704eb10d21b9a80befa7c81"
|
||||
BRANCH = "lts_2025_05_12"
|
||||
SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \
|
||||
SRC_URI = "https://github.com/abseil/${BPN}/releases/download/${PV}/${BP}.tar.gz \
|
||||
file://0001-absl-always-use-asm-sgidefs.h.patch \
|
||||
file://0002-abseil-ppc-fixes.patch \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "1692f77d1739bacf3f94337188b78583cf09bab7e420d2dc6c5605a4f86785a1"
|
||||
|
||||
inherit cmake
|
||||
|
Loading…
Reference in New Issue
Block a user