[oe-commits] Armin Kuster : lz4: update to 131

git at git.openembedded.org git at git.openembedded.org
Wed Aug 19 17:08:21 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 60d31e69790691f097fe1d06c8e8b6ff4087cbe8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=60d31e69790691f097fe1d06c8e8b6ff4087cbe8

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Mon Aug 17 04:52:32 2015 -0700

lz4: update to 131

Clean up SRC_URI.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-support/lz4/lz4.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb
index 0b0c632..18e56d0 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"
 



More information about the Openembedded-commits mailing list