[oe-commits] [meta-openembedded] 17/58: mpv: Requires ffmpeg which has a LICENSE_FLAGS = commercial set

git at git.openembedded.org git at git.openembedded.org
Tue Sep 12 22:00:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 3336b017368ae2b6c7211979b04e6479902f75f9
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Tue Sep 5 14:13:46 2017 -0500

    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 <mark.hatle at windriver.com>
---
 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 a154e50..44d92a0 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} \

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


More information about the Openembedded-commits mailing list