summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-11-30 22:12:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 22:18:11 +0000
commit352d8e8b7691e42f3a399b70ca2c4175f4660c76 (patch)
tree6784eb2d3148119182bc41a27edd6469c0c8a616 /meta/recipes-support/lzo/lzo-2.05/autoconf.patch
parent1c9ff48811adf541c8ab1950fa4306429078f1fb (diff)
downloadpoky-352d8e8b7691e42f3a399b70ca2c4175f4660c76.tar.gz
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>
Diffstat (limited to 'meta/recipes-support/lzo/lzo-2.05/autoconf.patch')
-rw-r--r--meta/recipes-support/lzo/lzo-2.05/autoconf.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-support/lzo/lzo-2.05/autoconf.patch b/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
deleted file mode 100644
index dbd2072423..0000000000
--- a/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1Date: 12/31/2010
2Didn't find 2.67 specific features, so lower the requirement
3to pass build
4
5Upstream-Status: Inappropriate [workaround]
6
7Signed-off-by: Qing He <qing.he@intel.com>
8---
9diff --git a/configure.ac b/configure.ac
10index 650749a..2a78845 100644
11--- a/configure.ac
12+++ b/configure.ac
13@@ -36,7 +36,7 @@ All Rights Reserved.
14 This configure script may be copied, distributed and modified under the
15 terms of the GNU General Public License; see COPYING for more details.])
16
17-AC_PREREQ(2.67)
18+AC_PREREQ(2.65)
19 AC_INIT([LZO],[2.05],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
20 AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
21 AC_CONFIG_SRCDIR(src/lzo_init.c)