1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Mike Looijmans
2016-03-19 10:12:50 +01:00
committed by Richard Purdie
parent e528a0acff
commit c0b3667c49
@@ -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() {