diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-07-15 13:26:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-17 12:28:52 +0100 |
commit | 61d4e80ca8e32e01989a5ef1207903b3b44a8b42 (patch) | |
tree | 6500144d78ea988759e9b5daab3bb695fd6e36ab /meta/recipes-support/lzo | |
parent | 774c339afee606096ecb67ba487989d5cf2031db (diff) | |
download | poky-61d4e80ca8e32e01989a5ef1207903b3b44a8b42.tar.gz |
lzo: Upgrade to 2.08
Changed copyright lines from multiple to a single line, no license change
(From OE-Core rev: 381c240be680c535830eccf6ed9d3696e3217dae)
Signed-off-by: Saul Wold <sgw@linux.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/acinclude.m4 (renamed from meta/recipes-support/lzo/lzo-2.06/acinclude.m4) | 0 | ||||
-rw-r--r-- | meta/recipes-support/lzo/lzo_2.08.bb (renamed from meta/recipes-support/lzo/lzo_2.06.bb) | 7 |
2 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-support/lzo/lzo-2.06/acinclude.m4 b/meta/recipes-support/lzo/lzo/acinclude.m4 index c4d2ccd5b5..c4d2ccd5b5 100644 --- a/meta/recipes-support/lzo/lzo-2.06/acinclude.m4 +++ b/meta/recipes-support/lzo/lzo/acinclude.m4 | |||
diff --git a/meta/recipes-support/lzo/lzo_2.06.bb b/meta/recipes-support/lzo/lzo_2.08.bb index 23f54edd80..7d7d1f32ba 100644 --- a/meta/recipes-support/lzo/lzo_2.06.bb +++ b/meta/recipes-support/lzo/lzo_2.08.bb | |||
@@ -3,15 +3,14 @@ HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
6 | file://src/lzo_init.c;beginline=23;endline=40;md5=924a0f71f5394f6d404be3b458474769" | 6 | file://src/lzo_init.c;beginline=5;endline=25;md5=a6e25df9a83b24629e847846ccdd8054" |
7 | PR = "r1" | ||
8 | 7 | ||
9 | SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \ | 8 | SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \ |
10 | file://acinclude.m4 \ | 9 | file://acinclude.m4 \ |
11 | " | 10 | " |
12 | 11 | ||
13 | SRC_URI[md5sum] = "95380bd4081f85ef08c5209f4107e9f8" | 12 | SRC_URI[md5sum] = "fcec64c26a0f4f4901468f360029678f" |
14 | SRC_URI[sha256sum] = "ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73" | 13 | SRC_URI[sha256sum] = "ac1b3e4dee46febe9fd28737eb7f5692d3232ef1a01da10444394c3d47536614" |
15 | 14 | ||
16 | inherit autotools | 15 | inherit autotools |
17 | 16 | ||