From 1c6b8287b4e731b27610f2ede251d804e1635326 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 19 Sep 2012 17:56:55 +0200 Subject: lzip: update to 1.13 Signed-off-by: Marcin Juszkiewicz --- meta-oe/recipes-support/lzip/lzip_1.12.bb | 36 ------------------------------- meta-oe/recipes-support/lzip/lzip_1.13.bb | 36 +++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta-oe/recipes-support/lzip/lzip_1.12.bb create mode 100644 meta-oe/recipes-support/lzip/lzip_1.13.bb diff --git a/meta-oe/recipes-support/lzip/lzip_1.12.bb b/meta-oe/recipes-support/lzip/lzip_1.12.bb deleted file mode 100644 index 68f9d0d46c..0000000000 --- a/meta-oe/recipes-support/lzip/lzip_1.12.bb +++ /dev/null @@ -1,36 +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" - -SRC_URI[md5sum] = "69a40172db5ce896b58d862c50fcd517" -SRC_URI[sha256sum] = "eabc590d02d404dc1a1cc8e2777ed398370174b68edb22043c8ca0b209dfcd27" - -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.13.bb b/meta-oe/recipes-support/lzip/lzip_1.13.bb new file mode 100644 index 0000000000..e04b6dc8f3 --- /dev/null +++ b/meta-oe/recipes-support/lzip/lzip_1.13.bb @@ -0,0 +1,36 @@ +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" + +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" -- cgit 1.2.3-korg