* [PATCH] lz4: update package to 128 and SRC_URI
@ 2015-04-14 15:53 Armin Kuster
2015-04-19 12:35 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2015-04-14 15:53 UTC (permalink / raw)
To: openembedded-core; +Cc: Armin Kuster
From: Armin Kuster <akuster@mvista.com>
The main reason for the update is to use github
as the project moved away from googlecode.
Signed-off-by: Armin Kuster <akuster@mvista.com>
---
meta/recipes-support/lz4/{lz4_svn.bb => lz4.bb} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
rename meta/recipes-support/lz4/{lz4_svn.bb => lz4.bb} (78%)
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}"
--
2.3.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-19 12:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14 15:53 [PATCH] lz4: update package to 128 and SRC_URI Armin Kuster
2015-04-19 12:35 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox