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>
This commit is contained in:
Richard Purdie 2013-02-12 23:07:34 +00:00 committed by Tom Zanussi
parent a75b393fd7
commit bfa92b97a9
2 changed files with 2 additions and 2 deletions

View File

@ -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 = "libxcb-dri2"
RDEPENDS_${PN} = "libxcb-dri2"
# 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.

View File

@ -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 = "libxcb-dri2"
RDEPENDS_${PN} = "libxcb-dri2"
# 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.