diff options
author | Marc Ferland <ferlandm@amotus.ca> | 2017-04-25 10:48:36 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-16 14:08:29 +0100 |
commit | 49530170ece7f5cbe0b985e1b861eea1aec36f4c (patch) | |
tree | 7b1e964d4c2fbfaa51b87761a4d670d979544178 /meta | |
parent | a104bde188914947204cc77ef44e5939790ec695 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 1 |
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" | |||
16 | PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" | 16 | PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" |
17 | PACKAGECONFIG[readline] = "--enable-client,--disable-client,readline," | 17 | PACKAGECONFIG[readline] = "--enable-client,--disable-client,readline," |
18 | PACKAGECONFIG[testing] = "--enable-testing,--disable-testing" | 18 | PACKAGECONFIG[testing] = "--enable-testing,--disable-testing" |
19 | PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib" | ||
19 | 20 | ||
20 | SRC_URI = "\ | 21 | SRC_URI = "\ |
21 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ | 22 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ |