From 2d656b42b4966e206c207117aef024760e7bee10 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 9 Feb 2021 17:44:32 -0800 Subject: meta-google: libconfig-perl: Add 0.100 Google-Bug-Id: 179618161 Upstream: 8ac594bdf054082ca6dbe35c4345759fe4c31669 Change-Id: Ie0017d9febe92fd968ef7c71ef24ce2aaed526e1 Signed-off-by: William A. Kennington III --- .../recipes-extended/libconfig/libconfig-perl_0.100.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb (limited to 'meta-google') diff --git a/meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb b/meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb new file mode 100644 index 000000000..2f4656d4e --- /dev/null +++ b/meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb @@ -0,0 +1,16 @@ +HOMEPAGE = "https://metacpan.org/pod/Conf::Libconfig" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD;md5=3775480a712fc46a69647678acb234cb" + +SRC_URI = "https://cpan.metacpan.org/authors/id/C/CN/CNANGEL/Conf-Libconfig-${PV}.tar.gz" +SRC_URI[sha256sum] = "2f13d926a6e51fd549da9ea4ed01277a99748d75236c2a1b5f26f57a1abebe61" + +S = "${WORKDIR}/Conf-Libconfig-${PV}" + +DEPENDS += "libconfig" + +EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" + +inherit cpan + +BBCLASSEXTEND += "native" -- cgit v1.2.3