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 | |
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')
-rw-r--r-- | meta/recipes-multimedia/sbc/sbc_1.3.bb (renamed from meta/recipes-multimedia/sbc/sbc_1.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/sbc/sbc_1.2.bb b/meta/recipes-multimedia/sbc/sbc_1.3.bb index 9cdf01bb74..2d7f31bc1b 100644 --- a/meta/recipes-multimedia/sbc/sbc_1.2.bb +++ b/meta/recipes-multimedia/sbc/sbc_1.3.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "libsndfile1" | |||
10 | 10 | ||
11 | SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz" | 11 | SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "ec65c444ad4c32aa85702641045b19e9" | 13 | SRC_URI[md5sum] = "2d8b7841f2c11ab287718d562f2b981c" |
14 | SRC_URI[sha256sum] = "c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc" | 14 | SRC_URI[sha256sum] = "e61022cf576f14190241e7071753fdacdce5d1dea89ffd704110fc50be689309" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |