aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2014-01-21 20:32:28 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-02-01 08:51:04 +0100
commitfb6ed3dfe6596aa9f511563d0c7274cac4274236 (patch)
tree4e966c9886d4f0950bc838319f2bb8c9765cd506 /meta-oe
parentc4a40f680f4fb47b5b36582fcaf0d2eb0b6cb90f (diff)
downloadmeta-openembedded-contrib-fb6ed3dfe6596aa9f511563d0c7274cac4274236.tar.gz
xf86-video-ati: recommend linux-firmware
Technically it won't work without, but it's possible to build the firmware into the kernel, so use RRECOMMENDS. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
index a453f90477..d4d9591a3b 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
@@ -9,6 +9,7 @@ DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
virtual/libgl xineramaproto libpciaccess"
RDEPENDS_${PN} += "xserver-xorg-module-exa"
+RRECOMMENDS_${PN} += "linux-firmware"
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'