mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 11:24:54 +00:00
sox: Exclude from world if commercial is not in inclusion list
It needs ffmpeg Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit 944317df4b2dc94613ff04ef0484380725006acb) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
0a354ceca3
commit
377e9ec1cb
@ -38,3 +38,6 @@ SRC_URI[md5sum] = "d04fba2d9245e661f245de0577f48a33"
|
||||
SRC_URI[sha256sum] = "b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "0", "1", d)}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user