mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
This commit is contained in:
parent
f1a06eb68a
commit
c237837e64
|
|
@ -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"
|
||||
RDEPENDS_${PN} = "libxcb-dri2 cairo"
|
||||
|
||||
# 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user