summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb')
-rw-r--r--meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb
new file mode 100644
index 0000000000..a96e3adc77
--- /dev/null
+++ b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb
@@ -0,0 +1,21 @@
1SUMMARY = "A Perl module that checks whether a particular C library and its headers are available"
2DESCRIPTION = "This module provides a way of checking whether a particular library \
3and its headers are available, by attempting to compile a simple program and \
4link against it."
5HOMEPAGE = "https://metacpan.org/pod/Devel::CheckLib"
6SECTION = "libs"
7LICENSE = "Artistic-1.0 | GPL-1.0+"
8
9LIC_FILES_CHKSUM = "file://README;md5=7911cdbb572d25c5f2e2ea17f669efc2"
10
11SRC_URI = "https://cpan.metacpan.org/modules/by-module/Devel/Devel-CheckLib-${PV}.tar.gz \
12 file://0001-CheckLib.pm-don-t-execute-the-binary.patch \
13"
14SRC_URI[md5sum] = "3519cbf9fe5ec3404449d5330ee5537f"
15SRC_URI[sha256sum] = "f21c5e299ad3ce0fdc0cb0f41378dca85a70e8d6c9a7599f0e56a957200ec294"
16
17S = "${WORKDIR}/Devel-CheckLib-${PV}"
18
19inherit cpan
20
21BBCLASSEXTEND="native"