From: Tom Zanussi <[email protected]>

This gets rid of the following warning:

WARNING: QA Issue: .../emgd-driver-bin_1.16.bb: Variable RDEPENDS is
set as not being package specific, please fix this.

Signed-off-by: Tom Zanussi <[email protected]>
---
 common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb 
b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
index ec7c32e..ed49b4d 100644
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
+++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = 
"file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=b54f01caaf
                     
file://${WORKDIR}/${EMGD_LIC_DIR}/readme.txt;md5=73cbec7a0d2bc22faf567238e055bfc8"
 
 DEPENDS = "rpm-native xz-native"
-RDEPENDS = "libxcb-dri2"
+RDEPENDS_${PN} = "libxcb-dri2"
 
 # Add the ABI dependency at package generation time, as otherwise bitbake will
 # attempt to find a provider for it (and fail) when it does the parse.
-- 
1.7.11.4

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

Reply via email to