aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez/bluez4-4.53/avinfo-link.patch
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2010-01-18 09:50:23 -0700
committerChris Larson <clarson@mvista.com>2010-01-18 09:54:09 -0700
commita053da8743966445342b495307e532178a1294e9 (patch)
tree7a9174fcf534081cef3d7b561743d9c597d9ea9c /recipes/bluez/bluez4-4.53/avinfo-link.patch
parent1d1e92c5a2e25df8bb897c3c890cb05ac23fc274 (diff)
downloadopenembedded-a053da8743966445342b495307e532178a1294e9.tar.gz
bluez: first pass of bluez4 -> bluez-libs/bluez-utils recipeskergoth/bluez
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/bluez/bluez4-4.53/avinfo-link.patch')
-rw-r--r--recipes/bluez/bluez4-4.53/avinfo-link.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/bluez/bluez4-4.53/avinfo-link.patch b/recipes/bluez/bluez4-4.53/avinfo-link.patch
new file mode 100644
index 0000000000..be0e188312
--- /dev/null
+++ b/recipes/bluez/bluez4-4.53/avinfo-link.patch
@@ -0,0 +1,26 @@
+---
+ tools/Makefile.am | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+--- tools/Makefile.am.orig
++++ tools/Makefile.am
+@@ -1,8 +1,10 @@
+
+ if TOOLS
++avinfo_programs = avinfo
+ tools_programs = l2ping hcitool sdptool ciptool
+ tools_manfiles = l2ping.8 hcitool.1 sdptool.1 ciptool.1
+ else
++avinfo_programs =
+ tools_programs =
+ tools_manfiles =
+ endif
+@@ -41,7 +43,7 @@ sbin_PROGRAMS = hciattach hciconfig $(bc
+
+ bin_PROGRAMS = $(tools_programs) $(dfutool_programs) $(dfubabel_programs)
+
+-noinst_PROGRAMS = hcieventmask hcisecfilter ppporc avinfo $(usb_programs)
++noinst_PROGRAMS = hcieventmask hcisecfilter ppporc $(avinfo_programs) $(usb_programs)
+
+ hcieventmask_LDADD = @BLUEZ_LIBS@
+