aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorHeghedus Razvan <razvan.heghedus@ni.com>2016-08-11 18:33:06 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-15 12:32:48 +0200
commit10670f542e6ffb4b98122e7fc1ecbd652476e0b6 (patch)
tree81913bcf9891face8aaaa313f03ab122cec10569 /meta-oe/recipes-graphics
parent894f7ce9e24fc501d1b764602dd77b5b3e53e043 (diff)
downloadmeta-openembedded-contrib-10670f542e6ffb4b98122e7fc1ecbd652476e0b6.tar.gz
xf86-video-ati: Set RRECOMMENDS to linux-firmware-radeon
xf86-video-ati has linux-firmware in RRECOMMENDS_${PN} because it needs linux-firmware-radeon. But beside linux-firmware-radeon, linux-firmware adds unneeded packages, these packages having ~ 110MB. Signed-off-by: Heghedus Razvan <razvan.heghedus@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
index f1d06f2583..bffa7b030c 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
@@ -17,4 +17,4 @@ SRC_URI[sha256sum] = "2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693
EXTRA_OECONF += "--disable-glamor"
RDEPENDS_${PN} += "xserver-xorg-module-exa"
-RRECOMMENDS_${PN} += "linux-firmware"
+RRECOMMENDS_${PN} += "linux-firmware-radeon"