summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo_2.06.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-12-02 11:27:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-02 15:27:02 +0000
commit703518b501e9b82ee340696bfcce5685c9609ffb (patch)
tree9be21a68cd651259e83eb49a2a0aa7e91fff13ba /meta/recipes-support/lzo/lzo_2.06.bb
parent395dcd212909f69a099c52ff8536a750da71ef2b (diff)
downloadopenembedded-core-703518b501e9b82ee340696bfcce5685c9609ffb.tar.gz
lzo: remove the uncessary autoconf.patch
Now we already have autoconf-2.68 that is newer than 2.67 that is required by lzo. So the patch is not needed any longer. Thanks Khem Raj for pointing this out! 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.06.bb')
-rw-r--r--meta/recipes-support/lzo/lzo_2.06.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/lzo/lzo_2.06.bb b/meta/recipes-support/lzo/lzo_2.06.bb
index b2cc1711fe..4862082011 100644
--- a/meta/recipes-support/lzo/lzo_2.06.bb
+++ b/meta/recipes-support/lzo/lzo_2.06.bb
@@ -4,10 +4,9 @@ SECTION = "libs"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://src/lzo_init.c;beginline=23;endline=40;md5=924a0f71f5394f6d404be3b458474769"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
- file://autoconf.patch \
file://acinclude.m4 \
"