]> code.ossystems Code Review - openembedded-core.git/commitdiff
lzo: upgrade from 2.05 to the latest version 2.06
authorDexuan Cui <dexuan.cui@intel.com>
Wed, 30 Nov 2011 14:12:29 +0000 (22:12 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2011 22:15:09 +0000 (22:15 +0000)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/lzo/lzo-2.06/acinclude.m4 [moved from meta/recipes-support/lzo/lzo-2.05/acinclude.m4 with 100% similarity]
meta/recipes-support/lzo/lzo-2.06/autoconf.patch [moved from meta/recipes-support/lzo/lzo-2.05/autoconf.patch with 79% similarity]
meta/recipes-support/lzo/lzo_2.06.bb [moved from meta/recipes-support/lzo/lzo_2.05.bb with 81% similarity]

similarity index 79%
rename from meta/recipes-support/lzo/lzo-2.05/autoconf.patch
rename to meta/recipes-support/lzo/lzo-2.06/autoconf.patch
index dbd20724234ae4b3f15620b81c17aa9b3288f957..63c1d2d9d0a93f76ad96bc99bcf0f7a825404cf8 100644 (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)
similarity index 81%
rename from meta/recipes-support/lzo/lzo_2.05.bb
rename to meta/recipes-support/lzo/lzo_2.06.bb
index c49e94a5e80010a03f65105955ea5419fe3dbbde..b2cc1711fe94d3a2a8abad4b80be91031b91600d 100644 (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