[meta-intel] [PATCH 17/17] gst-va-intel: avoid warning regarding ALLOW_EMPTY

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Tue Mar 5 17:06:56 PST 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

Due to recent changes in the oecore layer, non package specific
ALLOW_EMPTY declarations now cause warnings as seen below.

WARNING: QA Issue: /media/build1/poky/meta-intel/common/recipes-multimedia/gstreamer/gst-va-intel.bb: Variable ALLOW_EMPTY is set as not being package specific, please fix this.

Avoid this warning by making ALLOW_EMPTY declarations package specific.

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 .../recipes-multimedia/gstreamer/gst-va-intel.bb   |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/common/recipes-multimedia/gstreamer/gst-va-intel.bb b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
index ee04839..e53e63e 100644
--- a/common/recipes-multimedia/gstreamer/gst-va-intel.bb
+++ b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
@@ -22,7 +22,11 @@ PACKAGES = "\
     ${VAAPI_IMPL} \
     "
 
-ALLOW_EMPTY = "1"
+ALLOW_EMPTY_gst-va-intel = "1"
+ALLOW_EMPTY_gst-va-intel-general = "1"
+ALLOW_EMPTY_gst-va-intel-video = "1"
+ALLOW_EMPTY_gst-va-intel-vaapi = "1"
+ALLOW_EMPTY_gst-va-mixvideo-vaapi = "1"
 
 RDEPENDS_gst-va-intel = "\
     gst-va-intel-general \
-- 
1.7.3.4




More information about the meta-intel mailing list