From 2ae3a56b30f63a8c1eea75785c2ca07ecc1f759b Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Wed, 28 Dec 2016 09:44:11 +0800 Subject: libconfig-general-perl 2.58 -> 2.63 Upgrade libconfig-general-perl from 2.58 to 2.63 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../perl/libconfig-general-perl_2.58.bb | 23 ---------------------- .../perl/libconfig-general-perl_2.63.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.58.bb create mode 100644 meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb 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 deleted file mode 100644 index fd06ccc..0000000 --- a/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.58.bb +++ /dev/null @@ -1,23 +0,0 @@ -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 -} diff --git a/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb b/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb new file mode 100644 index 0000000..ec84c44 --- /dev/null +++ b/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.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] = "e3ea2a6dc76931cf638b5227aceabf60" +SRC_URI[sha256sum] = "0a9bf977b8aabe76343e88095d2296c8a422410fd2a05a1901f2b20e2e1f6fad" + +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