diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-11-11 10:46:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-20 14:08:08 +0000 |
commit | 9f2732b1f4b70531e43759aacd3138eb89ed821a (patch) | |
tree | 2780a0dd9c206c8aa20aaad65914eb3876c74e4a /meta/recipes-multimedia/sbc/sbc_1.3.bb | |
parent | d681466d84c03229497ad266ac6b0e6ca1c3227d (diff) | |
download | poky-9f2732b1f4b70531e43759aacd3138eb89ed821a.tar.gz |
sbc: upgrade to 1.3
- Frame length calculation for dual-channel mode operation bug fixed;
- Prevents overflow of an internal frame length variable.
(From OE-Core rev: 3d7ba21df31a2cfd9fbc38b5fa0d92556a830def)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/sbc/sbc_1.3.bb')
-rw-r--r-- | meta/recipes-multimedia/sbc/sbc_1.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/sbc/sbc_1.3.bb b/meta/recipes-multimedia/sbc/sbc_1.3.bb new file mode 100644 index 0000000000..2d7f31bc1b --- /dev/null +++ b/meta/recipes-multimedia/sbc/sbc_1.3.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "SBC Audio Codec" | ||
2 | DESCRIPTION = "Bluetooth low-complexity, subband codec (SBC) library." | ||
3 | HOMEPAGE = "https://www.bluez.org" | ||
4 | SECTION = "libs" | ||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | ||
7 | file://sbc/sbc.h;beginline=1;endline=26;md5=0f57d0df22b0d40746bdd29805a4361b" | ||
8 | |||
9 | DEPENDS = "libsndfile1" | ||
10 | |||
11 | SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz" | ||
12 | |||
13 | SRC_URI[md5sum] = "2d8b7841f2c11ab287718d562f2b981c" | ||
14 | SRC_URI[sha256sum] = "e61022cf576f14190241e7071753fdacdce5d1dea89ffd704110fc50be689309" | ||
15 | |||
16 | inherit autotools pkgconfig | ||