From 5a514db980a36f3616224ccaaa007a612ee22921 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 6 Jul 2008 17:40:57 +0000 Subject: [PATCH] Update lzo to 2.03 (#3593) SVN-Revision: 11729 --- libs/lzo/Makefile | 13 ++++++++----- libs/lzo/patches/100-fix_avr32_compile | 20 -------------------- 2 files changed, 8 insertions(+), 25 deletions(-) delete mode 100644 libs/lzo/patches/100-fix_avr32_compile diff --git a/libs/lzo/Makefile b/libs/lzo/Makefile index ed87732744..68e278fc6f 100644 --- a/libs/lzo/Makefile +++ b/libs/lzo/Makefile @@ -9,15 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lzo -PKG_VERSION:=2.02 +PKG_VERSION:=2.03 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.oberhumer.com/opensource/lzo/download/ -PKG_MD5SUM:=6760e5819f4238328709bf93bf10071c - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_MD5SUM:=0c3d078c2e8ea5a88971089a2f02a726 include $(INCLUDE_DIR)/package.mk @@ -28,6 +25,12 @@ define Package/liblzo URL:=http://www.oberhumer.com/opensource/lzo/ endef +define Package/liblzo/description + LZO is a data compression library which is suitable for data + de-/compression in real-time. + This means it favours speed over compression ratio. +endef + define Build/Configure $(call Build/Configure/Default, \ --enable-shared \ diff --git a/libs/lzo/patches/100-fix_avr32_compile b/libs/lzo/patches/100-fix_avr32_compile deleted file mode 100644 index 7afe7209a4..0000000000 --- a/libs/lzo/patches/100-fix_avr32_compile +++ /dev/null @@ -1,20 +0,0 @@ ---- lzo-2.02/autoconf/config.sub.orig 2008-04-25 12:50:26.000000000 -0500 -+++ lzo-2.02/autoconf/config.sub 2008-04-25 12:50:58.000000000 -0500 -@@ -231,7 +231,7 @@ - | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ - | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ -- | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ -+ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ - | bfin \ - | c4x | clipper \ - | d10v | d30v | dlx | dsp16xx \ -@@ -305,7 +305,7 @@ - | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ - | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ -- | avr-* \ -+ | avr-* | avr32-* \ - | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ - | clipper-* | craynv-* | cydra-* \ -- 2.30.2