From a0421a34268ad1c5086921c3cab1af13a636e6f3 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Sat, 10 May 2025 13:30:10 -0400 Subject: [PATCH] libjson-perl: upgrade 4.04000 -> 4.05000 https://github.com/makamaka/JSON/releases/tag/4.05 - removed VERSION section in pod (GH#52, abraxxa++) Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../perl/{libjson-perl_4.04000.bb => libjson-perl_4.05000.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/perl/{libjson-perl_4.04000.bb => libjson-perl_4.05000.bb} (91%) diff --git a/meta-oe/recipes-devtools/perl/libjson-perl_4.04000.bb b/meta-oe/recipes-devtools/perl/libjson-perl_4.05000.bb similarity index 91% rename from meta-oe/recipes-devtools/perl/libjson-perl_4.04000.bb rename to meta-oe/recipes-devtools/perl/libjson-perl_4.05000.bb index f0e296118e..407ba39140 100644 --- a/meta-oe/recipes-devtools/perl/libjson-perl_4.04000.bb +++ b/meta-oe/recipes-devtools/perl/libjson-perl_4.05000.bb @@ -11,7 +11,7 @@ DEPENDS += "perl" SRC_URI = "git://github.com/makamaka/JSON.git;protocol=https;branch=master" -SRCREV = "396a57d11aae4015e56f72924f80ac023a26f050" +SRCREV = "39bc0e567c202762a575fed2844ebdb941c3ca09" S = "${WORKDIR}/git"