mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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.
(From OE-Core rev: 55644525da23b6cbb6ffc46400358a2bef9beec8)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3c9b3ef8c1
commit
7496c6498c
@@ -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
|
||||
16
meta/recipes-multimedia/sbc/sbc_1.2.bb
Normal file
16
meta/recipes-multimedia/sbc/sbc_1.2.bb
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user