diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-08-17 04:52:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-19 18:05:36 +0100 |
commit | 09ad7ca4cf9bb334a9eb5ec24b103b337569d440 (patch) | |
tree | 67cd16162992c7ca69d7588477aa4a5c2e151c09 /meta/recipes-support/lz4 | |
parent | 76d7e8e9c9881afefafed3acfd1a72d97b025d75 (diff) | |
download | poky-09ad7ca4cf9bb334a9eb5ec24b103b337569d440.tar.gz |
lz4: update to 131
Clean up SRC_URI.
(From OE-Core rev: 60d31e69790691f097fe1d06c8e8b6ff4087cbe8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/lz4')
-rw-r--r-- | meta/recipes-support/lz4/lz4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb index 0b0c632276..18e56d04c6 100644 --- a/meta/recipes-support/lz4/lz4.bb +++ b/meta/recipes-support/lz4/lz4.bb | |||
@@ -4,11 +4,11 @@ DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing comp | |||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dcafd" | 5 | LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dcafd" |
6 | 6 | ||
7 | SRCREV = "5780864c0ce08622238a267c46fb489d7066cad4" | 7 | SRCREV = "d86dc916771c126afb797637dda9f6421c0cb998" |
8 | 8 | ||
9 | PV = "128+git${SRCPV}" | 9 | PV = "131+git${SRCPV}" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/Cyan4973/lz4.git;protocol=http" | 11 | SRC_URI = "git://github.com/Cyan4973/lz4.git" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||