mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
sox: Remove LICENSE_FLAGS = "commercial"
Its not needed bitbake gives a better diagnostics when included in image deps without accepting commercial license Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -6,9 +6,6 @@ SECTION = "audio"
|
|||||||
|
|
||||||
DEPENDS = "libpng ffmpeg libsndfile1"
|
DEPENDS = "libpng ffmpeg libsndfile1"
|
||||||
|
|
||||||
# While this item does not require it, it depends on ffmpeg which does
|
|
||||||
LICENSE_FLAGS = "commercial"
|
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)} \
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)} \
|
||||||
magic \
|
magic \
|
||||||
"
|
"
|
||||||
@@ -40,4 +37,3 @@ SRC_URI[sha256sum] = "b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3b
|
|||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "0", "1", d)}"
|
EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "0", "1", d)}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user