- 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 <[email protected]> --- meta/recipes-multimedia/sbc/{sbc_1.1.bb => sbc_1.2.bb} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-multimedia/sbc/{sbc_1.1.bb => sbc_1.2.bb} (45%) diff --git a/meta/recipes-multimedia/sbc/sbc_1.1.bb b/meta/recipes-multimedia/sbc/sbc_1.2.bb similarity index 45% rename from meta/recipes-multimedia/sbc/sbc_1.1.bb rename to meta/recipes-multimedia/sbc/sbc_1.2.bb index d97b160..c9811e7 100644 --- a/meta/recipes-multimedia/sbc/sbc_1.1.bb +++ b/meta/recipes-multimedia/sbc/sbc_1.2.bb @@ -2,15 +2,15 @@ SUMMARY = "SBC Audio Codec" DESCRIPTION = "Bluetooth low-complexity, subband codec (SBC) library." HOMEPAGE = "https://www.bluez.org" SECTION = "libs" -LICENSE = "LGPLv2.1+" +LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ - file://sbc/sbc.h;beginline=1;endline=25;md5=0a7e4f502980cc3ee0541341fa2db47e" + file://sbc/sbc.h;beginline=1;endline=26;md5=0f57d0df22b0d40746bdd29805a4361b" DEPENDS = "libsndfile1" -SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BPN}-${PV}.tar.xz" +SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz" -SRC_URI[md5sum] = "ecadadbfd4b1dfe7b98f446c69126b23" -SRC_URI[sha256sum] = "9a30ad2dc20979a0847a7b1a06ea073498810f358a02fcad68ab414f239cfbc6" +SRC_URI[md5sum] = "ec65c444ad4c32aa85702641045b19e9" +SRC_URI[sha256sum] = "c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc" inherit autotools -- 1.8.3.2 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
