diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2016-05-25 17:19:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-27 09:00:23 +0100 |
commit | cbe0648e234e83b8ffc336118d3ee2967b4bb175 (patch) | |
tree | d117a7e8e36fa45a72335a8a66e717dd154a970c /meta | |
parent | d4343f428c89c6c238cc7cd4c4732448a00003e4 (diff) | |
download | openembedded-core-cbe0648e234e83b8ffc336118d3ee2967b4bb175.tar.gz openembedded-core-cbe0648e234e83b8ffc336118d3ee2967b4bb175.tar.bz2 openembedded-core-cbe0648e234e83b8ffc336118d3ee2967b4bb175.zip |
bluez5: move btmgmt to common READLINE section
Upstream in 5.33 btmgmt was moved from experimental to common READLINE section,
in commit e4f0c5582f1fe3451d5588243adba9de1ed68b80, but this was never updated
in the recipe.
This is a backport from master branch, commit
28777e593d3dd3a5d0ee2effcdca6a971e2887f9.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.33.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.33.bb b/meta/recipes-connectivity/bluez5/bluez5_5.33.bb index 23c7397e16..3084a642ef 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.33.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.33.bb @@ -10,6 +10,7 @@ NOINST_TOOLS_READLINE ?= " \ tools/obex-server-tool \ tools/bluetooth-player \ tools/obexctl \ + tools/btmgmt \ " # noinst programs in Makefile.tools that are conditional on EXPERIMENTAL @@ -34,7 +35,6 @@ NOINST_TOOLS_EXPERIMENTAL ?= " \ tools/hwdb \ tools/hcieventmask \ tools/hcisecfilter \ - tools/btmgmt \ tools/btinfo \ tools/btattach \ tools/btsnoop \ |