[oe-commits] [openembedded-core] 64/66: ffmpeg: Remove RSUGGEST=mplayer

git at git.openembedded.org git at git.openembedded.org
Sun Mar 20 23:14:15 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 40277e5d98a0fd0abd98d7e6b140553633b46e48
Author: Mike Looijmans <mike.looijmans at topic.nl>
AuthorDate: Sat Mar 19 10:12:50 2016 +0100

    ffmpeg: Remove RSUGGEST=mplayer
    
    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>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list