diff options
author | Peter A. Bigot <pab@pabigot.com> | 2018-11-13 12:06:20 -0600 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-04-13 12:46:26 -0700 |
commit | 0ae5ff4c0adc5fd727e5c5c47aba8c7859d60a73 (patch) | |
tree | c8e1a5ec1c6806d26507a5d6bf97b6a5dec56107 | |
parent | eae5caaf050f54a065e2654a60f55fda2c3afd95 (diff) | |
download | openembedded-core-0ae5ff4c0adc5fd727e5c5c47aba8c7859d60a73.tar.gz openembedded-core-0ae5ff4c0adc5fd727e5c5c47aba8c7859d60a73.tar.bz2 openembedded-core-0ae5ff4c0adc5fd727e5c5c47aba8c7859d60a73.zip |
bluez5: add mesh dependency on ell
Introduced at or before 5.50.
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 edb44b22a5..6d62f52459 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" PACKAGECONFIG[tools] = "--enable-tools,--disable-tools" PACKAGECONFIG[threads] = "--enable-threads,--disable-threads" PACKAGECONFIG[deprecated] = "--enable-deprecated,--disable-deprecated" -PACKAGECONFIG[mesh] = "--enable-mesh,--disable-mesh, json-c" +PACKAGECONFIG[mesh] = "--enable-mesh,--disable-mesh, json-c ell" PACKAGECONFIG[btpclient] = "--enable-btpclient,--disable-btpclient, ell" SRC_URI = "\ |