summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.58.bb
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-07-22 17:16:28 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-07-22 16:11:14 -0400
commitcb835dd47a75573e6602380d0f7bcfce1d7a400d (patch)
tree333e135ee04d34b721c3f9ffba92c5081203de48 /meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.58.bb
parentd8720b708d7d6d75c63d49bb06e21858f4080063 (diff)
downloadmeta-cloud-services-cb835dd47a75573e6602380d0f7bcfce1d7a400d.tar.gz
libconfig-general-perl: upgrade 2.51 -> 2.58
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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}