[OE-core] [PATCH] ffmpeg: Remove RSUGGEST=mplayer

Mike Looijmans mike.looijmans at topic.nl
Sat Mar 19 09:12:50 UTC 2016


This line causes 'mplayer' to be built unless one explicitly removes it.
There are plenty uses for ffmpeg that don't involve a player, so the
"suggestion" doesn't make sense.

Signed-off-by: Mike Looijmans <mike.looijmans at topic.nl>
---
 meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb
index 036d4f1..7dfcf09 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb
@@ -80,7 +80,6 @@ do_configure() {
     ${S}/configure ${EXTRA_OECONF}
 }
 
-RSUGGESTS_${PN} = "mplayer"
 PACKAGES_DYNAMIC += "^lib(av(codec|device|filter|format|util)|swscale).*"
 
 python populate_packages_prepend() {
-- 
2.1.4




More information about the Openembedded-core mailing list