aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-07-11 00:23:50 +0000
committerTim Orling <timothy.t.orling@intel.com>2021-07-11 00:23:50 +0000
commitb7bbd74af49eeb67b44c2236dfd220064278c95a (patch)
treec093c7714be849ea65d71acec5f76948bf6babcc
parent2233a973f2896f0c47ba18ebe824ce90e0d7279d (diff)
downloadmeta-openembedded-contrib-b7bbd74af49eeb67b44c2236dfd220064278c95a.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>
-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}"