All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 8/8] lz4: r127 -> r128
Date: Mon, 20 Apr 2015 01:09:23 -0700	[thread overview]
Message-ID: <ab181fcdc20ba4071ba7533e4de2be43e2e75b24.1429517334.git.liezhi.yang@windriver.com> (raw)
In-Reply-To: <cover.1429517334.git.liezhi.yang@windriver.com>

* 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@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



      parent reply	other threads:[~2015-04-20  8:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-20  8:09 [PATCH 0/8] Package Upgrades Robert Yang
2015-04-20  8:09 ` [PATCH 1/8] cracklib: 2.9.2 -> 2.9.3 Robert Yang
2015-04-20  8:09 ` [PATCH 2/8] directfb: 1.7.6 -> 1.7.7 Robert Yang
2015-04-20  8:09 ` [PATCH 3/8] ccache: 3.1.9 -> 3.1.11 Robert Yang
2015-04-20  8:09 ` [PATCH 4/8] dbus-glib: 0.102 -> 0.104 Robert Yang
2015-04-20  8:09 ` [PATCH 5/8] cryptodev: 1.6 -> 1.7 Robert Yang
2015-04-20  8:09 ` [PATCH 6/8] liberror-perl: 0.17022 -> 0.17023 Robert Yang
2015-04-20  8:09 ` [PATCH 7/8] pax-utils: 0.9.2 -> 1.0.3 Robert Yang
2015-04-20  8:09 ` Robert Yang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ab181fcdc20ba4071ba7533e4de2be43e2e75b24.1429517334.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.