summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2016-05-25 17:19:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-27 09:00:53 +0100
commita01d3234f6955097b221e030f3b403d8fa797c7f (patch)
tree49b2311a59f0b71fd8421029b34c929b33f18361
parent3b2c5409863af38d08eaa613e10ff49101fb250d (diff)
downloadpoky-a01d3234f6955097b221e030f3b403d8fa797c7f.tar.gz
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. (From OE-Core rev: cbe0648e234e83b8ffc336118d3ee2967b4bb175) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5_5.33.bb2
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 ?= " \
10 tools/obex-server-tool \ 10 tools/obex-server-tool \
11 tools/bluetooth-player \ 11 tools/bluetooth-player \
12 tools/obexctl \ 12 tools/obexctl \
13 tools/btmgmt \
13" 14"
14 15
15# noinst programs in Makefile.tools that are conditional on EXPERIMENTAL 16# noinst programs in Makefile.tools that are conditional on EXPERIMENTAL
@@ -34,7 +35,6 @@ NOINST_TOOLS_EXPERIMENTAL ?= " \
34 tools/hwdb \ 35 tools/hwdb \
35 tools/hcieventmask \ 36 tools/hcieventmask \
36 tools/hcisecfilter \ 37 tools/hcisecfilter \
37 tools/btmgmt \
38 tools/btinfo \ 38 tools/btinfo \
39 tools/btattach \ 39 tools/btattach \
40 tools/btsnoop \ 40 tools/btsnoop \