summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/lzo')
-rw-r--r--meta/recipes-support/lzo/lzo-2.05/acinclude.m4 (renamed from meta/recipes-support/lzo/lzo-2.04/acinclude.m4)0
-rw-r--r--meta/recipes-support/lzo/lzo-2.05/autoconf.patch (renamed from meta/recipes-support/lzo/lzo-2.04/autoconf.patch)4
-rw-r--r--meta/recipes-support/lzo/lzo_2.05.bb (renamed from meta/recipes-support/lzo/lzo_2.04.bb)8
3 files changed, 7 insertions, 5 deletions
diff --git a/meta/recipes-support/lzo/lzo-2.04/acinclude.m4 b/meta/recipes-support/lzo/lzo-2.05/acinclude.m4
index c4d2ccd5b5..c4d2ccd5b5 100644
--- a/meta/recipes-support/lzo/lzo-2.04/acinclude.m4
+++ b/meta/recipes-support/lzo/lzo-2.05/acinclude.m4
diff --git a/meta/recipes-support/lzo/lzo-2.04/autoconf.patch b/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
index c342387107..dbd2072423 100644
--- a/meta/recipes-support/lzo/lzo-2.04/autoconf.patch
+++ b/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
@@ -2,6 +2,8 @@ Date: 12/31/2010
2Didn't find 2.67 specific features, so lower the requirement 2Didn't find 2.67 specific features, so lower the requirement
3to pass build 3to pass build
4 4
5Upstream-Status: Inappropriate [workaround]
6
5Signed-off-by: Qing He <qing.he@intel.com> 7Signed-off-by: Qing He <qing.he@intel.com>
6--- 8---
7diff --git a/configure.ac b/configure.ac 9diff --git a/configure.ac b/configure.ac
@@ -14,6 +16,6 @@ index 650749a..2a78845 100644
14 16
15-AC_PREREQ(2.67) 17-AC_PREREQ(2.67)
16+AC_PREREQ(2.65) 18+AC_PREREQ(2.65)
17 AC_INIT([LZO],[2.04],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/]) 19 AC_INIT([LZO],[2.05],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
18 AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION]) 20 AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
19 AC_CONFIG_SRCDIR(src/lzo_init.c) 21 AC_CONFIG_SRCDIR(src/lzo_init.c)
diff --git a/meta/recipes-support/lzo/lzo_2.04.bb b/meta/recipes-support/lzo/lzo_2.05.bb
index f8c8aba3a3..411b744815 100644
--- a/meta/recipes-support/lzo/lzo_2.04.bb
+++ b/meta/recipes-support/lzo/lzo_2.05.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
3SECTION = "libs" 3SECTION = "libs"
4PRIORITY = "optional" 4PRIORITY = "optional"
5LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=8cad52263e636e25377bc18420118101 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7 file://src/lzo_init.c;beginline=5;endline=36;md5=454f781644dfe945e3634a9b699e91f3" 7 file://src/lzo_init.c;beginline=23;endline=40;md5=924a0f71f5394f6d404be3b458474769"
8PR = "r0" 8PR = "r0"
9 9
10SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \ 10SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
@@ -12,8 +12,8 @@ SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
12 file://acinclude.m4 \ 12 file://acinclude.m4 \
13 " 13 "
14 14
15SRC_URI[md5sum] = "a383c7055a310e2a71b9ecd19cfea238" 15SRC_URI[md5sum] = "c67cda5fa191bab761c7cb06fe091e36"
16SRC_URI[sha256sum] = "4ee3a040facf39561f13e4ef2ab99a886fd68251a35d612486ed0625cc6ab428" 16SRC_URI[sha256sum] = "449f98186d76ba252cd17ff1241ca2a96b7f62e0d3e4766f88730dab0ea5f333"
17 17
18inherit autotools 18inherit autotools
19 19