From 0c14c1d00e8a3e4cbbe9be071266533c5cd2bda3 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Sat, 30 Jan 2021 04:39:44 +0800 Subject: libjson-perl: upgrade 4.02000 -> 4.03000 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../recipes-devtools/perl/libjson-perl_4.02000.bb | 22 ---------------------- .../recipes-devtools/perl/libjson-perl_4.03000.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-devtools/perl/libjson-perl_4.02000.bb create mode 100644 meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb diff --git a/meta-oe/recipes-devtools/perl/libjson-perl_4.02000.bb b/meta-oe/recipes-devtools/perl/libjson-perl_4.02000.bb deleted file mode 100644 index 4e5a8a6ff2..0000000000 --- a/meta-oe/recipes-devtools/perl/libjson-perl_4.02000.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Perl module to decode/encode json files" -DESCRIPTION = "This package contains the JSON.pm module with friends. \ -The module implements JSON encode/decode." - -HOMEPAGE = "https://metacpan.org/pod/JSON" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" -LIC_FILES_CHKSUM = "file://README;beginline=1171;endline=1176;md5=3be2cb8159d094768e67386c453e8bbe" - -DEPENDS += "perl" - -SRC_URI = "git://github.com/makamaka/JSON.git;protocol=https" - -SRCREV = "42a6324df654e92419512cee80c0b49155d9e56d" - -S = "${WORKDIR}/git" - -inherit cpan - -RDEPENDS_${PN} += "perl" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb b/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb new file mode 100644 index 0000000000..4e7aeb1286 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb @@ -0,0 +1,22 @@ +SUMMARY = "Perl module to decode/encode json files" +DESCRIPTION = "This package contains the JSON.pm module with friends. \ +The module implements JSON encode/decode." + +HOMEPAGE = "https://metacpan.org/pod/JSON" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://README;beginline=1171;endline=1176;md5=3be2cb8159d094768e67386c453e8bbe" + +DEPENDS += "perl" + +SRC_URI = "git://github.com/makamaka/JSON.git;protocol=https" + +SRCREV = "ebbae181c5e311fa80ee4c6379b598c7a6400570" + +S = "${WORKDIR}/git" + +inherit cpan + +RDEPENDS_${PN} += "perl" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg