diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2016-05-02 17:56:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-20 10:20:54 +0100 |
commit | 5ca7cbf4df8f369dd62acf6bbe9ba7148494e929 (patch) | |
tree | 68b55ac18248d95bf11a50374d2cc5136ad0f43a /meta | |
parent | de18e6bac172dbdda96746db81bfe2873323f967 (diff) | |
download | poky-5ca7cbf4df8f369dd62acf6bbe9ba7148494e929.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.
(From OE-Core rev: 28777e593d3dd3a5d0ee2effcdca6a971e2887f9)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
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_5.39.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.39.bb b/meta/recipes-connectivity/bluez5/bluez5_5.39.bb index 57ebbf9b63..b38d983cb7 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.39.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.39.bb | |||
@@ -13,6 +13,7 @@ NOINST_TOOLS_READLINE ?= " \ | |||
13 | tools/obex-server-tool \ | 13 | tools/obex-server-tool \ |
14 | tools/bluetooth-player \ | 14 | tools/bluetooth-player \ |
15 | tools/obexctl \ | 15 | tools/obexctl \ |
16 | tools/btmgmt \ | ||
16 | " | 17 | " |
17 | 18 | ||
18 | # noinst programs in Makefile.tools that are conditional on EXPERIMENTAL | 19 | # noinst programs in Makefile.tools that are conditional on EXPERIMENTAL |
@@ -37,7 +38,6 @@ NOINST_TOOLS_EXPERIMENTAL ?= " \ | |||
37 | tools/hwdb \ | 38 | tools/hwdb \ |
38 | tools/hcieventmask \ | 39 | tools/hcieventmask \ |
39 | tools/hcisecfilter \ | 40 | tools/hcisecfilter \ |
40 | tools/btmgmt \ | ||
41 | tools/btinfo \ | 41 | tools/btinfo \ |
42 | tools/btattach \ | 42 | tools/btattach \ |
43 | tools/btsnoop \ | 43 | tools/btsnoop \ |