xf86-video-ati: recommend linux-firmware
authorKoen Kooi <koen@dominion.thruhere.net>
Tue, 21 Jan 2014 19:32:28 +0000 (20:32 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:35:33 +0000 (08:35 -0800)
Technically it won't work without, but it's possible to build the firmware into the kernel, so use RRECOMMENDS.

(From meta-openembedded rev: fb6ed3dfe6596aa9f511563d0c7274cac4274236)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb

index a453f90..d4d9591 100644 (file)
@@ -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'