diff options
| author | Khem Raj <raj.khem@gmail.com> | 2026-01-13 11:46:36 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-14 08:54:55 -0800 |
| commit | 589f461dbf7c4f1328b6769613b1bce84fae9c31 (patch) | |
| tree | 8c56c09c20d45bf9df6c4885d4eac1d5cbf5eb35 /meta-oe/recipes-support/re2 | |
| parent | 5e234700b9d10e2f40e78bdc751f4eb451ca37b5 (diff) | |
| download | meta-openembedded-589f461dbf7c4f1328b6769613b1bce84fae9c31.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-support/re2')
| -rw-r--r-- | meta-oe/recipes-support/re2/re2_2025.11.05.bb (renamed from meta-oe/recipes-support/re2/re2_2024.03.01.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/re2/re2_2024.03.01.bb b/meta-oe/recipes-support/re2/re2_2025.11.05.bb index a510545bab..91306b3621 100644 --- a/meta-oe/recipes-support/re2/re2_2024.03.01.bb +++ b/meta-oe/recipes-support/re2/re2_2025.11.05.bb | |||
| @@ -3,10 +3,10 @@ HOMEPAGE = "https://github.com/google/re2/" | |||
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760" |
| 5 | 5 | ||
| 6 | # tag 2024-03-01 | 6 | # tag 2025-11-05 |
| 7 | SRCREV = "2d866a3d0753f4f4fce93cccc6c59c4b052d7db4" | 7 | SRCREV = "927f5d53caf8111721e734cf24724686bb745f55" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/google/re2.git;branch=main;protocol=https \ | 9 | SRC_URI = "git://github.com/google/re2.git;branch=main;protocol=https;tag=2025-11-05 \ |
| 10 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \ | 10 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
