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