summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-03-06 16:17:47 -0800
committerTom Zanussi <tom.zanussi@intel.com>2014-03-10 19:41:39 -0500
commite5254bc3b790133a57be9a5f1cb403531916417c (patch)
tree0e097a5f1b43f63d713e225e6e1578226090e36b
parentaead7295e4798d770b3577fb86a5675501599af5 (diff)
downloadmeta-intel-e5254bc3b790133a57be9a5f1cb403531916417c.tar.gz
libva_1.0.16: Fix a QA issue in do_configure
Since the PACKAGECONFIG parameters were changed in the libva.inc file for the newer version of the libva recipe, this older version of libva recipe started throwing following QA warning. WARNING: QA Issue: libva: configure was passed unrecognised options: --enable-wayland --enable-x11 Fix the warning by nullifying PACKAGECONFIG variables coming from libva.inc. Fixes Bug: [YOCTO #5764] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
-rw-r--r--common/recipes-multimedia/libva/libva_1.0.16.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/recipes-multimedia/libva/libva_1.0.16.bb b/common/recipes-multimedia/libva/libva_1.0.16.bb
index 7374c703..4c8ab141 100644
--- a/common/recipes-multimedia/libva/libva_1.0.16.bb
+++ b/common/recipes-multimedia/libva/libva_1.0.16.bb
@@ -1,5 +1,8 @@
1require libva.inc 1require libva.inc
2 2
3PACKAGECONFIG[x11] = ",,virtual/libx11 libxext libxfixes"
4PACKAGECONFIG[wayland] = ",,"
5
3PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
4 7
5SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva/libva-${PV}.tar.bz2" 8SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva/libva-${PV}.tar.bz2"