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

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 09:56:19 UTC 2014


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

Author: Cristian Iorga <cristian.iorga at intel.com>
Date:   Tue Feb  4 12:14:45 2014 +0200

sbc: upgrade to 1.2

- allows high precision encoding;
- setup enc/dec A2DP streams;
- switched to ${BP};
- license was wrong, corrected;
- added Intel Corporation as a copyright owner,
triggering a change in copyright checksum.

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-multimedia/sbc/sbc_1.1.bb | 16 ----------------
 meta/recipes-multimedia/sbc/sbc_1.2.bb | 16 ++++++++++++++++
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/meta/recipes-multimedia/sbc/sbc_1.1.bb b/meta/recipes-multimedia/sbc/sbc_1.1.bb
deleted file mode 100644
index d97b160..0000000
--- a/meta/recipes-multimedia/sbc/sbc_1.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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"
-
-DEPENDS = "libsndfile1"
-
-SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BPN}-${PV}.tar.xz"
-
-SRC_URI[md5sum] = "ecadadbfd4b1dfe7b98f446c69126b23"
-SRC_URI[sha256sum] = "9a30ad2dc20979a0847a7b1a06ea073498810f358a02fcad68ab414f239cfbc6"
-
-inherit autotools
diff --git a/meta/recipes-multimedia/sbc/sbc_1.2.bb b/meta/recipes-multimedia/sbc/sbc_1.2.bb
new file mode 100644
index 0000000..c9811e7
--- /dev/null
+++ b/meta/recipes-multimedia/sbc/sbc_1.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = "SBC Audio Codec"
+DESCRIPTION = "Bluetooth low-complexity, subband codec (SBC) library."
+HOMEPAGE = "https://www.bluez.org"
+SECTION = "libs"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
+                    file://sbc/sbc.h;beginline=1;endline=26;md5=0f57d0df22b0d40746bdd29805a4361b"
+
+DEPENDS = "libsndfile1"
+
+SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz"
+
+SRC_URI[md5sum] = "ec65c444ad4c32aa85702641045b19e9"
+SRC_URI[sha256sum] = "c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc"
+
+inherit autotools



More information about the Openembedded-commits mailing list