lzo: upgrade from 2.05 to the latest version 2.06

(From OE-Core rev: ca76d82c080439434ebfa9c79a449148a2467157)

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dexuan Cui 2011-11-30 22:12:29 +08:00 committed by Richard Purdie
parent 1c9ff48811
commit 352d8e8b76
3 changed files with 10 additions and 3 deletions

View File

@ -5,6 +5,13 @@ to pass build
Upstream-Status: Inappropriate [workaround]
Signed-off-by: Qing He <qing.he@intel.com>
Wed Nov 30 14:42:01 CST 2011
Rebase to lzo-2.06.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
diff --git a/configure.ac b/configure.ac
index 650749a..2a78845 100644
@ -16,6 +23,6 @@ index 650749a..2a78845 100644
-AC_PREREQ(2.67)
+AC_PREREQ(2.65)
AC_INIT([LZO],[2.05],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
AC_INIT([LZO],[2.06],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
AC_CONFIG_SRCDIR(src/lzo_init.c)

View File

@ -11,8 +11,8 @@ SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
file://acinclude.m4 \
"
SRC_URI[md5sum] = "c67cda5fa191bab761c7cb06fe091e36"
SRC_URI[sha256sum] = "449f98186d76ba252cd17ff1241ca2a96b7f62e0d3e4766f88730dab0ea5f333"
SRC_URI[md5sum] = "95380bd4081f85ef08c5209f4107e9f8"
SRC_URI[sha256sum] = "ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73"
inherit autotools