ccbee34c03449df3d99dbd45ac62b2a3b353e681
[AGL/meta-agl-devel.git] /
1 SUMMARY = "Perl scalar list modules"
2 DESCRIPTION = ""List::Util" contains a selection of subroutines that people have expressed \
3 would be nice to have in the perl core, but the usage would not really be \
4 high enough to warrant the use of a keyword, and the size so small such \
5 that being individual extensions would be wasteful."
6 HOMEPAGE = "https://metacpan.org/release/Scalar-List-Utils"
7 SECTION = "libs"
8 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
9
10 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
11                     file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
12
13 SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-${PV}.tar.gz"
14 SRC_URI[md5sum] = "7988f5111e33ba47e175cf3e86b0d93f"
15 SRC_URI[sha256sum] = "4d2bdc1c72a7bc4d69d6a5cc85bc7566497c3b183c6175b832784329d58feb4b"
16
17 S = "${WORKDIR}/Scalar-List-Utils-${PV}"
18
19 inherit cpan ptest-perl
20
21 do_install:prepend() {
22     # requires "-T" (taint) command line option
23     rm -rf ${B}/t/tainted.t
24 }
25
26 BBCLASSEXTEND = "native"