summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5
diff options
context:
space:
mode:
authorMarc Ferland <ferlandm@amotus.ca>2017-04-25 10:48:36 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-16 14:08:29 +0100
commit49530170ece7f5cbe0b985e1b861eea1aec36f4c (patch)
tree7b1e964d4c2fbfaa51b87761a4d670d979544178 /meta/recipes-connectivity/bluez5
parenta104bde188914947204cc77ef44e5939790ec695 (diff)
downloadpoky-49530170ece7f5cbe0b985e1b861eea1aec36f4c.tar.gz
bluez5: add PACKAGECONFIG option for midi
(From OE-Core rev: 057f642b45c740c68c0b10b48eb57c3eac321085) Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 4244fc895b..687656ed78 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -16,6 +16,7 @@ PACKAGECONFIG ??= "obex-profiles readline"
16PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" 16PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical"
17PACKAGECONFIG[readline] = "--enable-client,--disable-client,readline," 17PACKAGECONFIG[readline] = "--enable-client,--disable-client,readline,"
18PACKAGECONFIG[testing] = "--enable-testing,--disable-testing" 18PACKAGECONFIG[testing] = "--enable-testing,--disable-testing"
19PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib"
19 20
20SRC_URI = "\ 21SRC_URI = "\
21 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ 22 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \