[OE-core] [oe-core][PATCH 1/2] lz4: update to latest version 119

Burton, Ross ross.burton at intel.com
Tue Jul 8 10:15:43 UTC 2014


On 7 July 2014 22:33, Armin Kuster <akuster at mvista.com> wrote:
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=2008d2325e11691e17fcaa3a6046f850"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"

Please add a comment in the commit message explaining why the checksum
has changed.

> -SRC_URI = "svn://lz4.googlecode.com/svn/;module=trunk;protocol=http"
> +SRC_URI = "https://github.com/Cyan4973/lz4/archive/${PV}.tar.gz"

Github archives can't be trusted as they can be re-generated at any
time by github (and the checksums will change).  If upstream doesn't
provide static tarballs then use the git fetcher and checkout the
release tag.

> +S = "${WORKDIR}/${BPN}-${PV}"

This is the default value.

Ross



More information about the Openembedded-core mailing list