summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb5
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb5
2 files changed, 10 insertions, 0 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 4cb7b8a0..6778ee0d 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
@@ -18,6 +18,11 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=b54f01caaf
18 18
19DEPENDS = "rpm-native xz-native" 19DEPENDS = "rpm-native xz-native"
20RDEPENDS_${PN} = "libxcb-dri2 cairo xserver-xorg" 20RDEPENDS_${PN} = "libxcb-dri2 cairo xserver-xorg"
21RDEPENDS_emgd-gst-plugins-mixvideo = "libva-tpi"
22
23# These libraries shouldn't get installed in world builds unless something
24# explicitly depends upon them.
25EXCLUDE_FROM_WORLD = "1"
21 26
22# Add the ABI dependency at package generation time, as otherwise bitbake will 27# 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. 28# attempt to find a provider for it (and fail) when it does the parse.
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
index b659a8b4..ee4a313c 100644
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
+++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
@@ -18,6 +18,11 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=7ce256e6a3
18 18
19DEPENDS = "rpm-native xz-native" 19DEPENDS = "rpm-native xz-native"
20RDEPENDS_${PN} = "libxcb-dri2 cairo xserver-xorg" 20RDEPENDS_${PN} = "libxcb-dri2 cairo xserver-xorg"
21RDEPENDS_emgd-gst-plugins-mixvideo = "libva-tpi"
22
23# These libraries shouldn't get installed in world builds unless something
24# explicitly depends upon them.
25EXCLUDE_FROM_WORLD = "1"
21 26
22# Add the ABI dependency at package generation time, as otherwise bitbake will 27# 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. 28# attempt to find a provider for it (and fail) when it does the parse.