diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-11-30 22:12:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 22:18:11 +0000 |
commit | 352d8e8b7691e42f3a399b70ca2c4175f4660c76 (patch) | |
tree | 6784eb2d3148119182bc41a27edd6469c0c8a616 /meta/recipes-support/lzo | |
parent | 1c9ff48811adf541c8ab1950fa4306429078f1fb (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/lzo/lzo-2.06/acinclude.m4 (renamed from meta/recipes-support/lzo/lzo-2.05/acinclude.m4) | 0 | ||||
-rw-r--r-- | meta/recipes-support/lzo/lzo-2.06/autoconf.patch (renamed from meta/recipes-support/lzo/lzo-2.05/autoconf.patch) | 9 | ||||
-rw-r--r-- | meta/recipes-support/lzo/lzo_2.06.bb (renamed from meta/recipes-support/lzo/lzo_2.05.bb) | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/meta/recipes-support/lzo/lzo-2.05/acinclude.m4 b/meta/recipes-support/lzo/lzo-2.06/acinclude.m4 index c4d2ccd5b5..c4d2ccd5b5 100644 --- a/meta/recipes-support/lzo/lzo-2.05/acinclude.m4 +++ b/meta/recipes-support/lzo/lzo-2.06/acinclude.m4 | |||
diff --git a/meta/recipes-support/lzo/lzo-2.05/autoconf.patch b/meta/recipes-support/lzo/lzo-2.06/autoconf.patch index dbd2072423..63c1d2d9d0 100644 --- a/meta/recipes-support/lzo/lzo-2.05/autoconf.patch +++ b/meta/recipes-support/lzo/lzo-2.06/autoconf.patch | |||
@@ -5,6 +5,13 @@ to pass build | |||
5 | Upstream-Status: Inappropriate [workaround] | 5 | Upstream-Status: Inappropriate [workaround] |
6 | 6 | ||
7 | Signed-off-by: Qing He <qing.he@intel.com> | 7 | Signed-off-by: Qing He <qing.he@intel.com> |
8 | |||
9 | |||
10 | |||
11 | Wed Nov 30 14:42:01 CST 2011 | ||
12 | Rebase to lzo-2.06. | ||
13 | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> | ||
14 | |||
8 | --- | 15 | --- |
9 | diff --git a/configure.ac b/configure.ac | 16 | diff --git a/configure.ac b/configure.ac |
10 | index 650749a..2a78845 100644 | 17 | index 650749a..2a78845 100644 |
@@ -16,6 +23,6 @@ index 650749a..2a78845 100644 | |||
16 | 23 | ||
17 | -AC_PREREQ(2.67) | 24 | -AC_PREREQ(2.67) |
18 | +AC_PREREQ(2.65) | 25 | +AC_PREREQ(2.65) |
19 | AC_INIT([LZO],[2.05],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/]) | 26 | AC_INIT([LZO],[2.06],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/]) |
20 | AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION]) | 27 | AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION]) |
21 | AC_CONFIG_SRCDIR(src/lzo_init.c) | 28 | AC_CONFIG_SRCDIR(src/lzo_init.c) |
diff --git a/meta/recipes-support/lzo/lzo_2.05.bb b/meta/recipes-support/lzo/lzo_2.06.bb index c49e94a5e8..b2cc1711fe 100644 --- a/meta/recipes-support/lzo/lzo_2.05.bb +++ b/meta/recipes-support/lzo/lzo_2.06.bb | |||
@@ -11,8 +11,8 @@ SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \ | |||
11 | file://acinclude.m4 \ | 11 | file://acinclude.m4 \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "c67cda5fa191bab761c7cb06fe091e36" | 14 | SRC_URI[md5sum] = "95380bd4081f85ef08c5209f4107e9f8" |
15 | SRC_URI[sha256sum] = "449f98186d76ba252cd17ff1241ca2a96b7f62e0d3e4766f88730dab0ea5f333" | 15 | SRC_URI[sha256sum] = "ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools |
18 | 18 | ||