summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-12 23:07:34 +0000
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-02-12 17:25:49 -0600
commitbfa92b97a9d8e4e19d770a87b42a59c16460c1b4 (patch)
treeb8c3322f3e579fdabe6287ef49f4e888b3c087d5 /common/recipes-graphics
parenta75b393fd7cf6c480a92e612e1e3acc2bbf9df34 (diff)
downloadmeta-intel-bfa92b97a9d8e4e19d770a87b42a59c16460c1b4.tar.gz
emgd-driver-bin: Fix RDEPENDS
RDEPENDS should be set on specific packages, not applied to everything in general (e.g. -dev, -dbg or -doc packages). This fixes up warnings in the build. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common/recipes-graphics')
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb2
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb
index 5dc208de..8de006d9 100644
--- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb
+++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.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 = "libxcb-dri2" 20RDEPENDS_${PN} = "libxcb-dri2"
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.
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 ec7c32e0..ed49b4d9 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 = "libxcb-dri2" 20RDEPENDS_${PN} = "libxcb-dri2"
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.