mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 16:19:59 +00:00
mpv: remove explicit LICENSE_FLAGS
This flag does not describe the mpv package, but ffmpeg instead.
It gets in the way of using finer-grained LICENSE_FLAGS in ffmpeg.
It is above all not needed, the real problem is even more clear without it:
ffmpeg was skipped: because it has a restricted license 'commercial'. Which is not whitelisted i LICENSE_FLAGS_WHITELIST
ERROR: Required build target 'mpv' has no buildable providers.
Missing or unbuildable dependency chain was: ['mpv', 'ffmpeg']
Signed-off-by: Yann Dirson <yann@blade-group.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit bba49e9edb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
96790373d1
commit
d0c4661d78
@@ -12,9 +12,6 @@ DEPENDS += " \
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=91f1cb870c1cc2d31351a4d2595441cb"
|
||||
|
||||
# While this item does not require it, it depends on ffmpeg which does
|
||||
LICENSE_FLAGS = "commercial"
|
||||
|
||||
SRCREV_mpv = "70b991749df389bcc0a4e145b5687233a03b4ed7"
|
||||
SRC_URI = " \
|
||||
git://github.com/mpv-player/mpv;name=mpv \
|
||||
|
||||
Reference in New Issue
Block a user