[oe-commits] Armin Kuster : lz4: update package to 128 and SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Apr 20 15:22:15 UTC 2015


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

Author: Armin Kuster <akuster at mvista.com>
Date:   Tue Apr 14 08:53:59 2015 -0700

lz4: update package to 128 and SRC_URI

The main reason for the update is to use github
as the project moved away from googlecode.

Signed-off-by: Armin Kuster <akuster at mvista.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/lz4/{lz4_svn.bb => lz4.bb} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-support/lz4/lz4_svn.bb b/meta/recipes-support/lz4/lz4.bb
similarity index 78%
rename from meta/recipes-support/lz4/lz4_svn.bb
rename to meta/recipes-support/lz4/lz4.bb
index 363e439..ee5de0a 100644
--- a/meta/recipes-support/lz4/lz4_svn.bb
+++ b/meta/recipes-support/lz4/lz4.bb
@@ -4,13 +4,13 @@ DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing comp
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
 
-# Upstream names releases after SVN revs
-SRCREV = "127"
-PV = "r${SRCREV}"
+SRCREV = "5780864c0ce08622238a267c46fb489d7066cad4"
 
-SRC_URI = "svn://lz4.googlecode.com/svn/;module=trunk;protocol=http"
+PV = "128+git${SRCPV}"
 
-S = "${WORKDIR}/trunk"
+SRC_URI = "git://github.com/Cyan4973/lz4.git;protocol=http"
+
+S = "${WORKDIR}/git"
 
 EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}"
 



More information about the Openembedded-commits mailing list