mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
7496c6498c
- 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>
17 lines
589 B
BlitzBasic
17 lines
589 B
BlitzBasic
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
|