mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
re2: Upgrade to 2025.11.05 release
Update fixes: | /home/flk/bitbake-builds/poky/build/tmp/work/corei7-64-poky-linux/re2/2024.03.01/sources/re2-2024.03.01/re2/prog.h:25:1: note: 'memchr' is defined in header '<cstring>'; this is probably fixable by adding '#include <cstring>' | 24 | #include "re2/sparse_set.h" | +++ |+#include <cstring> Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5e234700b9
commit
589f461dbf
|
|
@ -3,10 +3,10 @@ HOMEPAGE = "https://github.com/google/re2/"
|
|||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760"
|
||||
|
||||
# tag 2024-03-01
|
||||
SRCREV = "2d866a3d0753f4f4fce93cccc6c59c4b052d7db4"
|
||||
# tag 2025-11-05
|
||||
SRCREV = "927f5d53caf8111721e734cf24724686bb745f55"
|
||||
|
||||
SRC_URI = "git://github.com/google/re2.git;branch=main;protocol=https \
|
||||
SRC_URI = "git://github.com/google/re2.git;branch=main;protocol=https;tag=2025-11-05 \
|
||||
${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \
|
||||
"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user