diff options
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.bb | 22 |
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 @@ | |||
1 | DESCRIPTION = "Config file parser module" | ||
2 | HOMEPAGE = "http://search.cpan.org/dist/Config-General/" | ||
3 | LICENSE = "Artistic-2.0 | GPL-1.0-or-later" | ||
4 | SECTION = "libs" | ||
5 | LIC_FILES_CHKSUM = "file://README;beginline=90;endline=90;md5=53fe13727e61798809ec5c160dc93e6e" | ||
6 | |||
7 | SRCNAME = "Config-General" | ||
8 | |||
9 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/${SRCNAME}-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[sha256sum] = "473d65127b23dac0e8039c01e28bc4072cb9a6e93e81a1ea4893cea08c698db0" | ||
12 | |||
13 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" | ||
14 | |||
15 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | ||
16 | |||
17 | inherit cpan | ||
18 | |||
19 | do_compile() { | ||
20 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | ||
21 | cpan_do_compile | ||
22 | } | ||