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:
Khem Raj 2026-01-13 11:46:36 -08:00
parent 5e234700b9
commit 589f461dbf
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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)} \
"