[oe-commits] Cristian Iorga : sbc: upgrade to 1.3

git at git.openembedded.org git at git.openembedded.org
Thu Nov 20 14:08:39 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 3d7ba21df31a2cfd9fbc38b5fa0d92556a830def
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3d7ba21df31a2cfd9fbc38b5fa0d92556a830def

Author: Cristian Iorga <cristian.iorga at intel.com>
Date:   Tue Nov 11 10:46:23 2014 +0200

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/sbc/{sbc_1.2.bb => sbc_1.3.bb} | 4 ++--
 1 file 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
similarity index 76%
rename from meta/recipes-multimedia/sbc/sbc_1.2.bb
rename to meta/recipes-multimedia/sbc/sbc_1.3.bb
index 9cdf01b..2d7f31b 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



More information about the Openembedded-commits mailing list