From: Nitin A Kamble <[email protected]>

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 <[email protected]>
---
 .../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

_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to