diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-25 18:19:04 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-30 15:36:17 -0700 |
commit | 944317df4b2dc94613ff04ef0484380725006acb (patch) | |
tree | 056f1054393f82729fe5430ea68a911b7dd91246 /meta-multimedia | |
parent | 0f6a40a6e504d52fde515f31f93e616005722a1f (diff) | |
download | meta-openembedded-944317df4b2dc94613ff04ef0484380725006acb.tar.gz |
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>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb index 21fddd1e1..4c3f37913 100644 --- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb +++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb | |||
@@ -38,3 +38,6 @@ SRC_URI[md5sum] = "d04fba2d9245e661f245de0577f48a33" | |||
38 | SRC_URI[sha256sum] = "b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c" | 38 | SRC_URI[sha256sum] = "b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c" |
39 | 39 | ||
40 | inherit autotools pkgconfig | 40 | inherit autotools pkgconfig |
41 | |||
42 | EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "0", "1", d)}" | ||
43 | |||