[meta-intel] [PATCH] va-intel: set S to WORKDIR

Tom Zanussi tom.zanussi at linux.intel.com
Wed Jun 15 11:07:18 PDT 2016


Merged into meta-intel/master, thanks.

Tom

On 06/14/2016 02:21 PM, Ross Burton wrote:
> This package doesn't have a traditional tarball so the default S of PV-PN isn't
> valid, set it to $WORKDIR to silence the sanity check.
> 
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>  common/recipes-multimedia/libva/va-intel.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/common/recipes-multimedia/libva/va-intel.bb b/common/recipes-multimedia/libva/va-intel.bb
> index 0c90148..95e50a1 100644
> --- a/common/recipes-multimedia/libva/va-intel.bb
> +++ b/common/recipes-multimedia/libva/va-intel.bb
> @@ -3,6 +3,8 @@ LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
>                      file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
>  
> +S = "${WORKDIR}"
> +
>  PR = "r1"
>  
>  def map_valibs(d):
> 



More information about the meta-intel mailing list