diff mbox series

[meta-oe,30/35] libfastjson: upgrade 1.2304.0 -> 1.2609.0

Message ID 20260927105002.1832451-30-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-gnome,1/35] gimp: upgrade 3.2.4 -> 3.2.6 | expand

Commit Message

Ankur Tyagi Sept. 27, 2026, 10:49 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Changelog:
https://github.com/rsyslog/libfastjson/releases/tag/v1.2609.0

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../{libfastjson_1.2304.0.bb => libfastjson_1.2609.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/rsyslog/{libfastjson_1.2304.0.bb => libfastjson_1.2609.0.bb} (81%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2609.0.bb
similarity index 81%
rename from meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb
rename to meta-oe/recipes-extended/rsyslog/libfastjson_1.2609.0.bb
index 8ffa433c3e..7eb4b6796a 100644
--- a/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2609.0.bb
@@ -6,9 +6,9 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=a958bb07122368f3e1d9b2efe07d231f"
 
 DEPENDS = ""
 
-SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https;branch=main"
+SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https;branch=main;tag=v${PV}"
 
-SRCREV = "3a8402c1de7c7747c95229db26d8d32fb85a7a52"
+SRCREV = "c2329f89006600703711271c6c39fe5181286264"
 
 EXTRA_OECONF += "LIBS='-lm'"