From: Nicolas Dechesne Date: Mon, 2 May 2016 15:56:32 +0000 (+0200) Subject: bluez5: move btmgmt to common READLINE section X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25748 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28777e593d3dd3a5d0ee2effcdca6a971e2887f9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Nicolas Dechesne Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.39.bb b/meta/recipes-connectivity/bluez5/bluez5_5.39.bb index 57ebbf9b632..b38d983cb77 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 ?= " \ tools/obex-server-tool \ tools/bluetooth-player \ tools/obexctl \ + tools/btmgmt \ " # noinst programs in Makefile.tools that are conditional on EXPERIMENTAL @@ -37,7 +38,6 @@ NOINST_TOOLS_EXPERIMENTAL ?= " \ tools/hwdb \ tools/hcieventmask \ tools/hcisecfilter \ - tools/btmgmt \ tools/btinfo \ tools/btattach \ tools/btsnoop \