util-linux-ng: update to 2.19.1
[openembedded.git] / recipes / bluez / bluez-libs / avinfo-link.patch
1 upstream: not applicable
2 comment from pb: not needed upstream, it's just a consequence of splitting the
3  package into -libs and -apps. But, equally, it wouldn't do any harm upstream
4  either.  I might send it to them and see what they say.
5
6 --- tools/Makefile.am.old       2009-05-22 11:27:06.000000000 +0100
7 +++ tools/Makefile.am   2009-05-22 11:27:29.000000000 +0100
8 @@ -1,8 +1,10 @@
9  
10  if TOOLS
11  tools_programs = hcitool l2ping sdptool ciptool
12 +avinfo_programs = avinfo
13  tools_manfiles = hcitool.1 l2ping.1 sdptool.1 ciptool.1
14  else
15 +avinfo_programs =
16  tools_programs =
17  tools_manfiles =
18  endif
19 @@ -41,7 +43,7 @@
20  
21  bin_PROGRAMS = $(tools_programs) $(dfutool_programs) $(dfubabel_programs)
22  
23 -noinst_PROGRAMS = hcieventmask hcisecfilter ppporc avinfo $(usb_programs)
24 +noinst_PROGRAMS = hcieventmask hcisecfilter ppporc $(avinfo_programs) $(usb_programs)
25  
26  hcieventmask_LDADD = @BLUEZ_LIBS@
27