[OE-core] [PATCH 8/8] lz4: r127 -> r128

Robert Yang liezhi.yang at windriver.com
Mon Apr 20 08:09:23 UTC 2015


* Add HOMEPAGE
* Use github as the SRC_URI since its HOMEPAGE says it is the source.
* The upgraded version is r128.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 .../recipes-support/lz4/{lz4_svn.bb => lz4_git.bb} |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-support/lz4/{lz4_svn.bb => lz4_git.bb} (66%)

diff --git a/meta/recipes-support/lz4/lz4_svn.bb b/meta/recipes-support/lz4/lz4_git.bb
similarity index 66%
rename from meta/recipes-support/lz4/lz4_svn.bb
rename to meta/recipes-support/lz4/lz4_git.bb
index 363e439..ab57677 100644
--- a/meta/recipes-support/lz4/lz4_svn.bb
+++ b/meta/recipes-support/lz4/lz4_git.bb
@@ -1,16 +1,16 @@
 SUMMARY = "Extremely Fast Compression algorithm"
 DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems."
+HOMEPAGE = "http://fastcompression.blogspot.com/p/lz4.html"
 
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
+LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
 
-# Upstream names releases after SVN revs
-SRCREV = "127"
-PV = "r${SRCREV}"
+SRCREV = "160661c7a4cbf805f4af74d2e3932a17a66e6ce7"
+PV = "r128"
 
-SRC_URI = "svn://lz4.googlecode.com/svn/;module=trunk;protocol=http"
+SRC_URI = "git://github.com/Cyan4973/lz4.git"
 
-S = "${WORKDIR}/trunk"
+S = "${WORKDIR}/git"
 
 EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}"
 
-- 
1.7.9.5




More information about the Openembedded-core mailing list