diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-02-18 14:50:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-22 05:52:27 -0800 |
commit | fc6375426f9450d803f01b7d4513a0c0a1325e5f (patch) | |
tree | 183685e91ee09038e416fa1fd965ad0a153c2ba0 /meta/recipes-multimedia/sbc | |
parent | dba2105d2f6f5788d8f827edad4e8c601a409d1f (diff) | |
download | openembedded-core-fc6375426f9450d803f01b7d4513a0c0a1325e5f.tar.gz openembedded-core-fc6375426f9450d803f01b7d4513a0c0a1325e5f.tar.bz2 openembedded-core-fc6375426f9450d803f01b7d4513a0c0a1325e5f.zip |
sbc: SBC audio codec
recipe added;
needed by pulseaudio.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/sbc')
-rw-r--r-- | meta/recipes-multimedia/sbc/sbc_1.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/sbc/sbc_1.0.bb b/meta/recipes-multimedia/sbc/sbc_1.0.bb new file mode 100644 index 0000000000..21ea9d8db9 --- /dev/null +++ b/meta/recipes-multimedia/sbc/sbc_1.0.bb @@ -0,0 +1,18 @@ +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" + +PR = "r0" + +DEPENDS = "libsndfile1" + +SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${PN}-${PV}.tar.xz" + +SRC_URI[md5sum] = "aa2bc39c4a09aade064efea4bbbc4b2d" +SRC_URI[sha256sum] = "bf970aa21226c594bb04ba3d949770c8fd91dc8f953556305f20c1016b16b882" + +inherit autotools |