diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-07-11 01:07:59 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-13 09:39:15 -0700 |
commit | a28978dfb6d3cf675c682a7dd35e4fa349d48633 (patch) | |
tree | eedae99bfac0f922001ca81b7accd25d0c5344ee /meta-perl | |
parent | 82e8d10827cddbc5d68cbe1360e2671db97b9afc (diff) | |
download | meta-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 a11b4d2db..876b75c8f 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+" | |||
12 | LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699" | 12 | LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699" |
13 | 13 | ||
14 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz" | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz" |
15 | SRC_URI[md5sum] = "62bdf731bcbe988d07486836e11585f7" | 15 | SRC_URI[sha256sum] = "f96c48984eb6d8efb7d933b34f361d0c8b38335e3e5382e9aeccc0aa519a002c" |
16 | SRC_URI[sha256sum] = "ff629178321a1e591b83f809712593eae4408a413aa448654bce59b156f24153" | ||
17 | 16 | ||
18 | S = "${WORKDIR}/ExtUtils-CppGuess-${PV}" | 17 | S = "${WORKDIR}/ExtUtils-CppGuess-${PV}" |
19 | 18 | ||