diff options
author | Mike Looijmans <mike.looijmans@topic.nl> | 2016-03-19 10:12:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:31 +0000 |
commit | c0b3667c49fc3513ad2fc99eb4a069b3b057ae26 (patch) | |
tree | c0509d84a13b396936aa06d53490ac6bf70e9278 /meta/recipes-multimedia | |
parent | e528a0acff30fd21ec9980a90d52c332298c5e84 (diff) | |
download | poky-c0b3667c49fc3513ad2fc99eb4a069b3b057ae26.tar.gz |
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.
(From OE-Core rev: 40277e5d98a0fd0abd98d7e6b140553633b46e48)
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb index 036d4f147d..7dfcf094f3 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() { | |||
80 | ${S}/configure ${EXTRA_OECONF} | 80 | ${S}/configure ${EXTRA_OECONF} |
81 | } | 81 | } |
82 | 82 | ||
83 | RSUGGESTS_${PN} = "mplayer" | ||
84 | PACKAGES_DYNAMIC += "^lib(av(codec|device|filter|format|util)|swscale).*" | 83 | PACKAGES_DYNAMIC += "^lib(av(codec|device|filter|format|util)|swscale).*" |
85 | 84 | ||
86 | python populate_packages_prepend() { | 85 | python populate_packages_prepend() { |