From d123117ee277b1b53446f1c74505f4e2ab572ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 30 Aug 2018 21:59:24 +0200 Subject: [PATCH] perl-path-tiny: initial add 0.108 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is required to build upcoming freecell-solver. There are other meta layers containing this but layer dependency explosion should be avoided. Signed-off-by: Andreas Müller --- recipes-support/perl/perl-path-tiny_0.108.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-support/perl/perl-path-tiny_0.108.bb diff --git a/recipes-support/perl/perl-path-tiny_0.108.bb b/recipes-support/perl/perl-path-tiny_0.108.bb new file mode 100644 index 00000000..a0eed6a6 --- /dev/null +++ b/recipes-support/perl/perl-path-tiny_0.108.bb @@ -0,0 +1,16 @@ +SUMMARY = "File path utility" +HOMEPAGE = "https://metacpan.org/release/Path-Tiny" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://README;beginline=1119;endline=1124;md5=63fd8b3ccdda43923b352a880cb37e36" + +SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-${PV}.tar.gz" + +SRC_URI[md5sum] = "1a7fbdccc4585074ce4419b7bec0966c" +SRC_URI[sha256sum] = "3c49482be2b3eb7ddd7e73a5b90cff648393f5d5de334ff126ce7a3632723ff5" + +S = "${WORKDIR}/Path-Tiny-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native"