From: Cristian Iorga Date: Mon, 18 Feb 2013 12:50:29 +0000 (+0200) Subject: sbc: SBC audio codec X-Git-Tag: 2015-4~7480 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fc6375426f9450d803f01b7d4513a0c0a1325e5f;p=openembedded-core.git sbc: SBC audio codec recipe added; needed by pulseaudio. Signed-off-by: Cristian Iorga Signed-off-by: Saul Wold --- diff --git a/meta/recipes-multimedia/sbc/sbc_1.0.bb b/meta/recipes-multimedia/sbc/sbc_1.0.bb new file mode 100644 index 0000000000..21ea9d8db9 --- /dev/null +++ b/meta/recipes-multimedia/sbc/sbc_1.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "SBC Audio Codec" +DESCRIPTION = "Bluetooth low-complexity, subband codec (SBC) library." +HOMEPAGE = "https://www.bluez.org" +SECTION = "libs" +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ + file://sbc/sbc.h;beginline=1;endline=25;md5=0a7e4f502980cc3ee0541341fa2db47e" + +PR = "r0" + +DEPENDS = "libsndfile1" + +SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${PN}-${PV}.tar.xz" + +SRC_URI[md5sum] = "aa2bc39c4a09aade064efea4bbbc4b2d" +SRC_URI[sha256sum] = "bf970aa21226c594bb04ba3d949770c8fd91dc8f953556305f20c1016b16b882" + +inherit autotools