X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-oem-production-readiness%2Fmeta-agl-basesystem%2Frecipes-devtools%2Fperl%2Flibpath-tiny-perl_0.114.bb;fp=meta-oem-production-readiness%2Fmeta-agl-basesystem%2Frecipes-devtools%2Fperl%2Flibpath-tiny-perl_0.114.bb;h=0000000000000000000000000000000000000000;hb=81babedb1e51f93419f8422255ddb340f039fb67;hp=b28c0178ad71af41691e912eb6cb816901c88f80;hpb=624c9f96ac09d9f2fcdb34b02188e14a276bb7ee;p=AGL%2Fmeta-agl-devel.git diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libpath-tiny-perl_0.114.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libpath-tiny-perl_0.114.bb deleted file mode 100644 index b28c0178..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libpath-tiny-perl_0.114.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Path::Tiny - File path utility" -DESCRIPTION = "This module provides a small, fast utility for working with \ -file paths. It is friendlier to use than File::Spec and provides easy access \ -to functions from several other core file handling modules" -HOMEPAGE = "https://github.com/dagolden/Path-Tiny" -SECTION = "libs" -LICENSE = "Apache-2.0" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" - -SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-${PV}.tar.gz" -SRC_URI[sha256sum] = "cd0f88f37a58fc3667ec065767fe01e73ee6efa18a112bfd3508cf6579ca00e1" - -S = "${WORKDIR}/Path-Tiny-${PV}" - -inherit cpan ptest-perl - -RDEPENDS:${PN} += " \ - perl-module-file-spec \ - perl-module-file-temp \ - perl-module-test-more \ -" - -BBCLASSEXTEND = "native"