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-12 15:38:53 +0000 |
commit | 3d7ba21df31a2cfd9fbc38b5fa0d92556a830def (patch) | |
tree | d6e3fbeb62da9d4f905f6d0a6abdf51cd358b851 /meta/recipes-multimedia/sbc | |
parent | f600e77bbdc1d6a0f29bf8bd775b79dc01bc0b4d (diff) | |
download | openembedded-core-3d7ba21df31a2cfd9fbc38b5fa0d92556a830def.tar.gz openembedded-core-3d7ba21df31a2cfd9fbc38b5fa0d92556a830def.tar.bz2 openembedded-core-3d7ba21df31a2cfd9fbc38b5fa0d92556a830def.zip |
sbc: upgrade to 1.3
- Frame length calculation for dual-channel mode operation bug fixed;
- Prevents overflow of an internal frame length variable.
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" SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz" -SRC_URI[md5sum] = "ec65c444ad4c32aa85702641045b19e9" -SRC_URI[sha256sum] = "c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc" +SRC_URI[md5sum] = "2d8b7841f2c11ab287718d562f2b981c" +SRC_URI[sha256sum] = "e61022cf576f14190241e7071753fdacdce5d1dea89ffd704110fc50be689309" inherit autotools pkgconfig |