[oe] [meta-oe][PATCH] [v3] lz4: update to latest version

Martin Jansa martin.jansa at gmail.com
Tue Jul 15 13:15:33 UTC 2014


On Mon, Jul 14, 2014 at 10:31:25PM -0700, Armin Kuster wrote:
> update to version r119
> Use github instead of svn
> LICENSE md5sum changed since it was updated in r117
> FIxes CVE-2014-4611

This belongs to oe-core as you have originally posted it :)

> 
> Signed-off-by: Armin Kuster <akuster at mvista.com>
> ---
>  meta/recipes-support/lz4/{lz4_svn.bb => lz4_git.bb} | 11 ++++-------
>  1 file changed, 4 insertions(+), 7 deletions(-)
>  rename meta/recipes-support/lz4/{lz4_svn.bb => lz4_git.bb} (68%)
> 
> diff --git a/meta/recipes-support/lz4/lz4_svn.bb b/meta/recipes-support/lz4/lz4_git.bb
> similarity index 68%
> rename from meta/recipes-support/lz4/lz4_svn.bb
> rename to meta/recipes-support/lz4/lz4_git.bb
> index 38e36d8..3978d76 100644
> --- a/meta/recipes-support/lz4/lz4_svn.bb
> +++ b/meta/recipes-support/lz4/lz4_git.bb
> @@ -2,15 +2,12 @@ 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."
>  
>  LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=2008d2325e11691e17fcaa3a6046f850"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
>  
> -# Upstream names releases after SVN revs
> -SRCREV = "112"
> -PV = "r${SRCREV}"
> +SRCREV = "28fd251bc7b42e5cde15f9a2d78fc53b3b575558"
> +SRC_URI= "git://github.com/Cyan4973/lz4.git;branch=master"
>  
> -SRC_URI = "svn://lz4.googlecode.com/svn/;module=trunk;protocol=http"
> -
> -S = "${WORKDIR}/trunk"
> +S = "${WORKDIR}/git"
>  
>  EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}"
>  
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140715/4710fd8a/attachment-0002.sig>


More information about the Openembedded-devel mailing list