summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb')
-rw-r--r--meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb b/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb
new file mode 100644
index 0000000000..4886333f3a
--- /dev/null
+++ b/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "Config file parser module"
2HOMEPAGE = "http://search.cpan.org/dist/Config-General/"
3LICENSE = "Artistic-2.0 | GPL-1.0-or-later"
4SECTION = "libs"
5LIC_FILES_CHKSUM = "file://README;beginline=90;endline=90;md5=53fe13727e61798809ec5c160dc93e6e"
6
7SRCNAME = "Config-General"
8
9SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[sha256sum] = "473d65127b23dac0e8039c01e28bc4072cb9a6e93e81a1ea4893cea08c698db0"
12
13S = "${UNPACKDIR}/${SRCNAME}-${PV}"
14
15EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
16
17inherit cpan
18
19do_compile() {
20 export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
21 cpan_do_compile
22}