mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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@windriver.com>
This commit is contained in:
@@ -11,6 +11,9 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=91f1cb870c1cc2d31351a4d2595441cb"
|
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 = " \
|
SRC_URI = " \
|
||||||
https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz;name=mpv \
|
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} \
|
http://www.freehackers.org/~tnagy/release/waf-1.8.12;name=waf;subdir=${BPN}-${PV} \
|
||||||
|
|||||||
Reference in New Issue
Block a user