[meta-intel] [PATCH 2/3] metee: add new recipe for version 2.1.0

Burton, Ross ross.burton at intel.com
Mon Jun 17 01:40:31 PDT 2019


On Mon, 17 Jun 2019 at 08:04, Alexander Usyskin
<alexander.usyskin at intel.com> wrote:
> +LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=2ee41112a44fe7014dce33e26468ba93"

${S} is the working directory, so file://COPYING is idiomatic.

> +SRC_URI[sha256sum] = "31d0ba4f0b0a39f88668a61193765d3f0ebe24010ce421ef6d34d91380195f3d"
> +SRC_URI = "https://github.com/intel/metee/archive/${PV}.tar.gz"

This is a dynamically generated tarball and the checksums will change.
Either use a maintainer-uploaded tarball if there is one, or the git
fetcher.

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

This is the default, so you can remove this (assuming you don't switch
to git tags).

Ross


More information about the meta-intel mailing list