From d93e3b7f968a640181c7eebe83272514ef941f89 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 25 Mar 2021 18:33:40 -0700 Subject: sox: Remove LICENSE_FLAGS = "commercial" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Its not needed bitbake gives a better diagnostics when included in image deps without accepting commercial license Signed-off-by: Khem Raj Cc: Andreas Müller (cherry picked from commit da393545a2721af13ff42426b7effdd7adc4d927) Signed-off-by: Armin Kuster --- meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb | 4 ---- 1 file changed, 4 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 4c3f37913a..2d6e913d87 100644 --- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb +++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb @@ -6,9 +6,6 @@ SECTION = "audio" 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)} \ magic \ " @@ -40,4 +37,3 @@ SRC_URI[sha256sum] = "b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3b inherit autotools pkgconfig EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "0", "1", d)}" - -- cgit v1.2.3-54-g00ecf