summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb16
1 files changed, 16 insertions, 0 deletions
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"