mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
mpv: Exclude from world if commercial is not in inclusion list
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -111,3 +111,4 @@ FILES_${PN} += " \
|
||||
${datadir}/zsh \
|
||||
${datadir}/bash-completion \
|
||||
"
|
||||
EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "0", "1", d)}"
|
||||
|
||||
Reference in New Issue
Block a user