Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / perl / scalar-list-utils-perl_1.50.bb
1
2 SUMMARY = "A selection of general-utility list subroutines"
3 DESCRIPTION = "\
4   List::Util contains a selection of subroutines that people have expressed \
5   would be nice to have in the perl core, but the usage would not really be \
6   high enough to warrant the use of a keyword, and the size so small such \
7   that being individual extensions would be wasteful.\
8 "
9 HOMEPAGE= "https://metacpan.org/release/Scalar-List-Utils"
10
11 SECTION = "libs"
12
13 LICENSE = "Artistic-1.0 | GPL-1.0+"
14
15 LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8"
16
17 CPAN_PACKAGE = "Scalar-List-Utils"
18
19 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PEVANS/${CPAN_PACKAGE}-${PV}.tar.gz"
20
21 SRC_URI[md5sum] = "136313884d1afa2fb6840695a1034b2c"
22 SRC_URI[sha256sum] = "06aab9c693380190e53be09be7daed20c5d6278f71956989c24cca7782013675"
23
24 S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}"
25
26 inherit cpan
27
28 BBCLASSEXTEND = "native nativesdk"