]> code.ossystems Code Review - openembedded-core.git/commitdiff
ffmpeg: Remove RSUGGEST=mplayer
authorMike Looijmans <mike.looijmans@topic.nl>
Sat, 19 Mar 2016 09:12:50 +0000 (10:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 22:58:00 +0000 (22:58 +0000)
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@topic.nl>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb

index 036d4f147dadbf4db2ea1970872081f453221e23..7dfcf094f34e5689e335b8beea90650e4f7972a8 100644 (file)
@@ -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() {