From cb835dd47a75573e6602380d0f7bcfce1d7a400d Mon Sep 17 00:00:00 2001 From: Li xin Date: Wed, 22 Jul 2015 17:16:28 +0800 Subject: libconfig-general-perl: upgrade 2.51 -> 2.58 Signed-off-by: Li Xin Signed-off-by: Bruce Ashfield --- .../perl/libconfig-general-perl_2.51.bb | 24 ---------------------- .../perl/libconfig-general-perl_2.58.bb | 23 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.51.bb create mode 100644 meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.58.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.51.bb b/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.51.bb deleted file mode 100644 index 8535845..0000000 --- a/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.51.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Config file parser module" -HOMEPAGE = "http://search.cpan.org/dist/Config-General/" -LICENSE = "Artistic-1.0 | GPL-1.0+" -SECTION = "libs" -PR = "r0" -LIC_FILES_CHKSUM = "file://README;beginline=90;endline=90;md5=3ba4bbac1e79a08332688196f637d2b2" - -SRCNAME = "Config-General" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "3100325f99bdc2f265645a842e6bb025" -SRC_URI[sha256sum] = "8ff530cd4818a040c1bc2ba96e3e8237241dde1208d206685d1204270ef00bce" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" - -inherit cpan - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} 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 @@ +DESCRIPTION = "Config file parser module" +HOMEPAGE = "http://search.cpan.org/dist/Config-General/" +LICENSE = "Artistic-1.0 | GPL-1.0+" +SECTION = "libs" +LIC_FILES_CHKSUM = "file://README;beginline=90;endline=90;md5=3ba4bbac1e79a08332688196f637d2b2" + +SRCNAME = "Config-General" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "79397bfbf32dbe772bdc2167afc5c5a6" +SRC_URI[sha256sum] = "d63cf3f4c600a87de336db806a7def0385ba5e3a9be427e0c65e407558b82eef" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" + +inherit cpan + +do_compile() { + export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" + cpan_do_compile +} -- cgit v1.2.3-54-g00ecf