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

Ross Burton ross.burton at intel.com
Tue Jun 14 12:21:05 PDT 2016


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):
-- 
2.8.0.rc3



More information about the meta-intel mailing list