From 8d5071a368a60906da863b1042ca235bb4f29b9e Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 5 Sep 2017 14:13:46 -0500 Subject: mpv: Requires ffmpeg which has a LICENSE_FLAGS = commercial set We need to also set LICENSE_FLAGS = commercial to avoid any type of parsing errors for world builds. Signed-off-by: Mark Hatle --- meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb index a154e50d61..44d92a0988 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb @@ -11,6 +11,9 @@ REQUIRED_DISTRO_FEATURES = "x11" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://LICENSE;md5=91f1cb870c1cc2d31351a4d2595441cb" +# While this item does not require it, it depends on ffmpeg which does +LICENSE_FLAGS = "commercial" + SRC_URI = " \ https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz;name=mpv \ http://www.freehackers.org/~tnagy/release/waf-1.8.12;name=waf;subdir=${BPN}-${PV} \ -- cgit 1.2.3-korg