aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-07-11 01:07:59 +0000
committerKhem Raj <raj.khem@gmail.com>2021-07-13 09:39:15 -0700
commita28978dfb6d3cf675c682a7dd35e4fa349d48633 (patch)
treeeedae99bfac0f922001ca81b7accd25d0c5344ee /meta-perl
parent82e8d10827cddbc5d68cbe1360e2671db97b9afc (diff)
downloadmeta-openembedded-a28978dfb6d3cf675c682a7dd35e4fa349d48633.tar.gz
libextutils-cppguess-perl: upgrade 0.21 -> 0.23
0.23 2021-05-31 - added CI - thanks @zmughal - now recognises MacOS clang - thanks @xenu 0.22 2021-05-29 - Add C++ standard support flag detection - thanks @zmughal! See <https://github.com/tsee/extutils-cppguess/pull/24>. Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb (renamed from meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.21.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.21.bb b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb
index a11b4d2dba..876b75c8f0 100644
--- a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.21.bb
+++ b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb
@@ -12,8 +12,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699"
SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz"
-SRC_URI[md5sum] = "62bdf731bcbe988d07486836e11585f7"
-SRC_URI[sha256sum] = "ff629178321a1e591b83f809712593eae4408a413aa448654bce59b156f24153"
+SRC_URI[sha256sum] = "f96c48984eb6d8efb7d933b34f361d0c8b38335e3e5382e9aeccc0aa519a002c"
S = "${WORKDIR}/ExtUtils-CppGuess-${PV}"