mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
34 lines
942 B
BlitzBasic
34 lines
942 B
BlitzBasic
SUMMARY = "ExtUtils::InstallPaths - Build.PL install path logic made easy"
|
|
DESCRIPTION = "This module tries to make install path resolution as easy \
|
|
as possible."
|
|
SECTION = "libs"
|
|
|
|
HOMEPAGE = "https://metacpan.org/pod/ExtUtils::InstallPaths"
|
|
|
|
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769"
|
|
|
|
SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed"
|
|
|
|
S = "${UNPACKDIR}/ExtUtils-InstallPaths-${PV}"
|
|
|
|
inherit cpan ptest-perl
|
|
|
|
RDEPENDS:${PN} = " \
|
|
libextutils-config-perl \
|
|
perl-module-bytes \
|
|
perl-module-data-dumper \
|
|
perl-module-extutils-makemaker \
|
|
perl-module-file-temp \
|
|
perl-module-test-more \
|
|
"
|
|
|
|
RDEPENDS:${PN}-ptest = " \
|
|
${PN} \
|
|
perl-module-file-spec-functions \
|
|
perl-module-test-more \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native"
|