From 2e5684a3c396170951c265726464f81faeaffac5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 20 Jun 2013 23:37:13 +0000 Subject: libzip: Upgrade 1.13 -> 1.14 Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- meta-oe/recipes-support/lzip/lzip_1.13.bb | 40 ------------------------------- meta-oe/recipes-support/lzip/lzip_1.14.bb | 40 +++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 meta-oe/recipes-support/lzip/lzip_1.13.bb create mode 100644 meta-oe/recipes-support/lzip/lzip_1.14.bb diff --git a/meta-oe/recipes-support/lzip/lzip_1.13.bb b/meta-oe/recipes-support/lzip/lzip_1.13.bb deleted file mode 100644 index f3f480b0fe..0000000000 --- a/meta-oe/recipes-support/lzip/lzip_1.13.bb +++ /dev/null @@ -1,40 +0,0 @@ -DESCRIPTION = "Lzip is a lossless data compressor based on the LZMA algorithm" -HOMEPAGE = "http://lzip.nongnu.org/lzip.html" -SECTION = "console/utils" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" - -SRC_URI = "http://download.savannah.gnu.org/releases/lzip/lzip-${PV}.tar.gz" - -# Only the latest version is available in .tar.gz format from savannah.gnu.org, -# FreeBSD distfiles is known to have version 1.13. -MIRRORS += "http://download.savannah.gnu.org/releases/lzip/ ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/" - -SRC_URI[md5sum] = "2f401e995c36cca05bd1805aa9c28231" -SRC_URI[sha256sum] = "c73d36c0a926b71d484eacc192262a1d209674e3f903016f2c74a2bcbc5c28ac" - -CONFIGUREOPTS = "\ - '--srcdir=${S}' \ - '--prefix=${prefix}' \ - '--exec-prefix=${exec_prefix}' \ - '--bindir=${bindir}' \ - '--datadir=${datadir}' \ - '--infodir=${infodir}' \ - '--sysconfdir=${sysconfdir}' \ - 'CXX=${CXX}' \ - 'CPPFLAGS=${CPPFLAGS}' \ - 'CXXFLAGS=${CXXFLAGS}' \ - 'LDFLAGS=${LDFLAGS}' \ -" -EXTRA_OEMAKE = "" - -B = "${S}/obj" -do_configure () { - ${S}/configure ${CONFIGUREOPTS} -} - -do_install () { - oe_runmake 'DESTDIR=${D}' install -} - -BBCLASSEXTEND += "native nativesdk" diff --git a/meta-oe/recipes-support/lzip/lzip_1.14.bb b/meta-oe/recipes-support/lzip/lzip_1.14.bb new file mode 100644 index 0000000000..6a1e3394a0 --- /dev/null +++ b/meta-oe/recipes-support/lzip/lzip_1.14.bb @@ -0,0 +1,40 @@ +DESCRIPTION = "Lzip is a lossless data compressor based on the LZMA algorithm" +HOMEPAGE = "http://lzip.nongnu.org/lzip.html" +SECTION = "console/utils" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" + +SRC_URI = "http://download.savannah.gnu.org/releases/lzip/lzip-${PV}.tar.gz" + +# Only the latest version is available in .tar.gz format from savannah.gnu.org, +# FreeBSD distfiles is known to have version 1.13. +MIRRORS += "http://download.savannah.gnu.org/releases/lzip/ ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/" + +SRC_URI[md5sum] = "39a4b06952ee45274525dc0582cdd651" +SRC_URI[sha256sum] = "7ff5cc521560edb2a0a6cdf258cf3afdaeb1dbcc354d96d011d0dd7ec584cbe7" + +CONFIGUREOPTS = "\ + '--srcdir=${S}' \ + '--prefix=${prefix}' \ + '--exec-prefix=${exec_prefix}' \ + '--bindir=${bindir}' \ + '--datadir=${datadir}' \ + '--infodir=${infodir}' \ + '--sysconfdir=${sysconfdir}' \ + 'CXX=${CXX}' \ + 'CPPFLAGS=${CPPFLAGS}' \ + 'CXXFLAGS=${CXXFLAGS}' \ + 'LDFLAGS=${LDFLAGS}' \ +" +EXTRA_OEMAKE = "" + +B = "${S}/obj" +do_configure () { + ${S}/configure ${CONFIGUREOPTS} +} + +do_install () { + oe_runmake 'DESTDIR=${D}' install +} + +BBCLASSEXTEND += "native nativesdk" -- cgit v1.2.3-54-g00ecf