mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
72a0bb8aa5
Refresh LIC_FILES_CHKSUM: upstream reformatted the bundled Artistic
license text ("Artistic License 1.0" -> "Perl Artistic License 1.0");
the licensing (Artistic-1.0 | GPL-1.0-or-later) is unchanged.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
25 lines
813 B
BlitzBasic
25 lines
813 B
BlitzBasic
SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration"
|
|
DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash."
|
|
SECTION = "libs"
|
|
|
|
HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config"
|
|
|
|
LICENSE = "Artistic-1.0-Perl | GPL-1.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=ddb4d526cd95b017e23486893490883e"
|
|
|
|
SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "82e7e4e90cbe380e152f5de6e3e403746982d502dd30197a123652e46610c66d"
|
|
|
|
S = "${UNPACKDIR}/ExtUtils-Config-${PV}"
|
|
|
|
inherit cpan ptest-perl
|
|
|
|
RDEPENDS:${PN} = " perl-module-extutils-makemaker \
|
|
perl-module-data-dumper \
|
|
perl-module-ipc-open3 \
|
|
perl-module-test-more \
|
|
perl-module-file-temp \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native"
|