diff options
author | Peter A. Bigot <pab@pabigot.com> | 2018-11-13 12:06:20 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-14 11:14:40 +0000 |
commit | a97bfad798d8318dbe93b21bb025f280105cb879 (patch) | |
tree | 6b31e844e05e406dc5d2d161d58a2f11bf9f6154 /meta/recipes-connectivity/bluez5 | |
parent | df63ae7edd544c5d86b549345ad1ca1c9deacc41 (diff) | |
download | poky-a97bfad798d8318dbe93b21bb025f280105cb879.tar.gz |
bluez5: add mesh dependency on ell
Introduced at or before 5.50.
(From OE-Core rev: aec2020cec8a21ac85797cb049961d9cfcf8b4f1)
Signed-off-by: Peter A. Bigot <pab@pabigot.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.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 9d9739e952..7708e7c88b 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -41,7 +41,7 @@ PACKAGECONFIG[sixaxis] = "--enable-sixaxis,--disable-sixaxis" | |||
41 | PACKAGECONFIG[tools] = "--enable-tools,--disable-tools" | 41 | PACKAGECONFIG[tools] = "--enable-tools,--disable-tools" |
42 | PACKAGECONFIG[threads] = "--enable-threads,--disable-threads" | 42 | PACKAGECONFIG[threads] = "--enable-threads,--disable-threads" |
43 | PACKAGECONFIG[deprecated] = "--enable-deprecated,--disable-deprecated" | 43 | PACKAGECONFIG[deprecated] = "--enable-deprecated,--disable-deprecated" |
44 | PACKAGECONFIG[mesh] = "--enable-mesh,--disable-mesh, json-c" | 44 | PACKAGECONFIG[mesh] = "--enable-mesh,--disable-mesh, json-c ell" |
45 | PACKAGECONFIG[btpclient] = "--enable-btpclient,--disable-btpclient, ell" | 45 | PACKAGECONFIG[btpclient] = "--enable-btpclient,--disable-btpclient, ell" |
46 | 46 | ||
47 | SRC_URI = "\ | 47 | SRC_URI = "\ |