[oe-commits] Koen Kooi : xf86-video-ati: recommend linux-firmware

git at git.openembedded.org git at git.openembedded.org
Sat Feb 1 07:49:11 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: fb6ed3dfe6596aa9f511563d0c7274cac4274236
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fb6ed3dfe6596aa9f511563d0c7274cac4274236

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Jan 21 20:32:28 2014 +0100

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 at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb | 1 +
 1 file changed, 1 insertion(+)

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 a453f90..d4d9591 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'
 



More information about the Openembedded-commits mailing list