Noticed that enabling sbc brought libsndfile1->{flac,libogg,vorb
is,etc} chain
dependency. As it wasn't really used by anything critical, made this dependency
optional.

Fixes: fc6375426f94 ("sbc: SBC audio codec")
Signed-off-by: Alibek Omarov < [email protected] >
---
meta/recipes-multimedia/sbc/ s bc_2.0.bb ( http://sbc_2.0.bb ) | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/sbc/ sbc_2.0.bb ( http://sbc_2.0.bb ) 
b/meta/recipes-multimedia/sbc/ sbc_2.0.bb ( http://sbc_2.0.bb )
index d25be9e80c..2b1e2d0441 100644
--- a/meta/recipes-multimedia/sbc/ sbc_2.0.bb ( http://sbc_2.0.bb )
+++ b/meta/recipes-multimedia/sbc/ sbc_2.0.bb ( http://sbc_2.0.bb )
@@ -10,13 +10,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae 
1ff87c09e5b7ccc2c4ca7e \
file://src/sbcenc.c; beginline=1;endline=24;md5=08e 
7a70b127f4100ff2cd7d629147d8d \
file://sbc/sbc.h;beginline=1; endline=26;md5=0f57d0df22b0d40 746bdd29805a4361b"

-DEPENDS = "libsndfile1"
-
SRC_URI = "${KERNELORG_MIRROR}/linux/blu etooth/${BP}.tar.xz"

SRC_URI[sha256sum] = "8f12368e1dbbf55e14536520473cf 
b338c84b392939cc9b64298360fd4a 07992"

inherit autotools pkgconfig

+PACKAGECONFIG ??= "tester"
+PACKAGECONFIG[tester] = ",--disable-tester,libsndfile1 "
+
PACKAGES =+ "${PN}-examples"
FILES:${PN}-examples += "${bindir}/*"
--
2.34.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197466): 
https://lists.openembedded.org/g/openembedded-core/message/197466
Mute This Topic: https://lists.openembedded.org/mt/105108044/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to