diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2013-04-17 11:06:50 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-04-17 15:45:58 -0500 |
commit | c237837e649e9f29a89f9b404b3a13ce8161707f (patch) | |
tree | 531869ce8782337384e531e00d598b4b4d1b68b0 /common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb | |
parent | f1a06eb68a77fa0e849c25db3de1e55f7a984536 (diff) | |
download | meta-intel-c237837e649e9f29a89f9b404b3a13ce8161707f.tar.gz |
emgd-driver-bin: add cairo dependency
To fix the following autobuilder do_rootfs build erro:
Computing transaction...error: Can't install
emgd-gst-plugins-va-1.16-r0@core2: no package provides cairo >=
1.12.14
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb')
-rw-r--r-- | common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb | 2 |
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 0c40d2b1..c9c1ecc5 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 | ||
19 | DEPENDS = "rpm-native xz-native" | 19 | DEPENDS = "rpm-native xz-native" |
20 | RDEPENDS_${PN} = "libxcb-dri2" | 20 | RDEPENDS_${PN} = "libxcb-dri2 cairo" |
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. |