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 17:57:51 +0100 |
commit | 60d31e69790691f097fe1d06c8e8b6ff4087cbe8 (patch) | |
tree | b52a9bc827bc1bbb2a380b0bd6127338c5056961 /meta/recipes-support/lz4 | |
parent | e22685ff11af6d54c939aa8f327a0aaa1557fbbc (diff) | |
download | openembedded-core-60d31e69790691f097fe1d06c8e8b6ff4087cbe8.tar.gz openembedded-core-60d31e69790691f097fe1d06c8e8b6ff4087cbe8.tar.bz2 openembedded-core-60d31e69790691f097fe1d06c8e8b6ff4087cbe8.zip |
lz4: update to 131
Clean up SRC_URI.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 LICENSE = "BSD" LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dcafd" -SRCREV = "5780864c0ce08622238a267c46fb489d7066cad4" +SRCREV = "d86dc916771c126afb797637dda9f6421c0cb998" -PV = "128+git${SRCPV}" +PV = "131+git${SRCPV}" -SRC_URI = "git://github.com/Cyan4973/lz4.git;protocol=http" +SRC_URI = "git://github.com/Cyan4973/lz4.git" S = "${WORKDIR}/git" |