[meta-intel] [PATCH 01/20] emgd-driver-bin: add xserver-xorg to RDEPENDS

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Tue Jun 11 17:54:57 PDT 2013


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

When any package using libraries provided by the emgd-driver-bin recipe,
is included in a image (such as: tools-testapps), the rootfs generation
process encounters an error mentioned below.

The code for checking the abi version of the xorg xserver needs xorg
xserver recipe included in the image. Otherwise it gets following rootfs
generation error:

| Computing transaction...error: Can't install
emgd-driver-1.16-r0 at core2: no package provides xorg-abi-video-8

Fix the issue by marking xserver-xorg as a dependency of the
emgd-driver-bin recipe.

Fixes this bug:
[YOCTO #4615]

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 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 0dc1de1..af07c37 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_${PN} = "libxcb-dri2 cairo"
+RDEPENDS_${PN} = "libxcb-dri2 cairo xserver-xorg"
 
 # 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.8.1.4




More information about the meta-intel mailing list