]> code.ossystems Code Review - openembedded-core.git/commitdiff
lz4: update to 131
authorArmin Kuster <akuster808@gmail.com>
Mon, 17 Aug 2015 11:52:32 +0000 (04:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Aug 2015 16:57:51 +0000 (17:57 +0100)
Clean up SRC_URI.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/lz4/lz4.bb

index 0b0c632276de05fecaaa6c64d3004e8003bb308d..18e56d04c6952a0c2ac98e05a496117ca14bd4a6 100644 (file)
@@ -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"