summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-06-10 14:20:20 -0700
committerTom Zanussi <tom.zanussi@intel.com>2013-06-12 11:11:39 -0500
commitedf3ef3cca449c7a631bab3fd0fed580378629e9 (patch)
treee5a2311e60eafd995c7cdd2a32b0248eacc58ba1 /common
parentfe68cc1b650e10dc00365930416a77e614871a90 (diff)
downloadmeta-intel-edf3ef3cca449c7a631bab3fd0fed580378629e9.tar.gz
emgd-driver-bin: add xserver-xorg to RDEPENDS
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@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@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb2
1 files changed, 1 insertions, 1 deletions
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 0dc1de1d..af07c37f 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
17 file://${WORKDIR}/${EMGD_LIC_DIR}/readme.txt;md5=73cbec7a0d2bc22faf567238e055bfc8" 17 file://${WORKDIR}/${EMGD_LIC_DIR}/readme.txt;md5=73cbec7a0d2bc22faf567238e055bfc8"
18 18
19DEPENDS = "rpm-native xz-native" 19DEPENDS = "rpm-native xz-native"
20RDEPENDS_${PN} = "libxcb-dri2 cairo" 20RDEPENDS_${PN} = "libxcb-dri2 cairo xserver-xorg"
21 21
22# Add the ABI dependency at package generation time, as otherwise bitbake will 22# Add the ABI dependency at package generation time, as otherwise bitbake will
23# attempt to find a provider for it (and fail) when it does the parse. 23# attempt to find a provider for it (and fail) when it does the parse.