From e5254bc3b790133a57be9a5f1cb403531916417c Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 6 Mar 2014 16:17:47 -0800 Subject: 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 --- common/recipes-multimedia/libva/libva_1.0.16.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/recipes-multimedia') 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 @@ require libva.inc +PACKAGECONFIG[x11] = ",,virtual/libx11 libxext libxfixes" +PACKAGECONFIG[wayland] = ",," + PR = "${INC_PR}.0" SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva/libva-${PV}.tar.bz2" -- cgit v1.2.3-54-g00ecf