aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez/bluez4-4.37/avinfo-link.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bluez/bluez4-4.37/avinfo-link.patch')
-rw-r--r--recipes/bluez/bluez4-4.37/avinfo-link.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/bluez/bluez4-4.37/avinfo-link.patch b/recipes/bluez/bluez4-4.37/avinfo-link.patch
new file mode 100644
index 0000000000..27466f17b0
--- /dev/null
+++ b/recipes/bluez/bluez4-4.37/avinfo-link.patch
@@ -0,0 +1,22 @@
+--- tools/Makefile.am
++++ tools/Makefile.am
+@@ -1,8 +1,10 @@
+
+ if TOOLS
++avinfo_programs = avinfo
+ tools_programs = hcitool l2ping sdptool ciptool
+ tools_manfiles = hcitool.1 l2ping.1 sdptool.1 ciptool.1
+ else
++avinfo_programs =
+ tools_programs =
+ tools_manfiles =
+ endif
+@@ -41,7 +43,7 @@ sbin_PROGRAMS = hciattach hciconfig $(bccmd_programs) $(avctrl_programs) $(hid2h
+
+ bin_PROGRAMS = $(tools_programs) $(dfutool_programs) $(dfubabel_programs)
+
+-noinst_PROGRAMS = hcisecfilter ppporc avinfo $(usb_programs)
++noinst_PROGRAMS = hcisecfilter ppporc $(avinfo_programs) $(usb_programs)
+
+ hciattach_SOURCES = hciattach.c hciattach.h \
+ hciattach_st.c hciattach_ti.c hciattach_tialt.c