diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-07-22 17:16:28 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-07-22 16:11:14 -0400 |
| commit | cb835dd47a75573e6602380d0f7bcfce1d7a400d (patch) | |
| tree | 333e135ee04d34b721c3f9ffba92c5081203de48 /meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.58.bb | |
| parent | d8720b708d7d6d75c63d49bb06e21858f4080063 (diff) | |
| download | meta-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.bb | 23 |
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 @@ | |||
| 1 | DESCRIPTION = "Config file parser module" | ||
| 2 | HOMEPAGE = "http://search.cpan.org/dist/Config-General/" | ||
| 3 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 4 | SECTION = "libs" | ||
| 5 | LIC_FILES_CHKSUM = "file://README;beginline=90;endline=90;md5=3ba4bbac1e79a08332688196f637d2b2" | ||
| 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[md5sum] = "79397bfbf32dbe772bdc2167afc5c5a6" | ||
| 12 | SRC_URI[sha256sum] = "d63cf3f4c600a87de336db806a7def0385ba5e3a9be427e0c65e407558b82eef" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | ||
| 17 | |||
| 18 | inherit cpan | ||
| 19 | |||
| 20 | do_compile() { | ||
| 21 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | ||
| 22 | cpan_do_compile | ||
| 23 | } | ||
