From f5191dd8d174b4547e7abfc8b11ffec0fbda780f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 14 Jun 2016 20:21:05 +0100 Subject: va-intel: set S to WORKDIR 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 Signed-off-by: Tom Zanussi --- common/recipes-multimedia/libva/va-intel.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/recipes-multimedia/libva/va-intel.bb b/common/recipes-multimedia/libva/va-intel.bb index 0c90148f..95e50a16 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): -- cgit v1.2.3-54-g00ecf