Hi Roland,

On Friday 05 October 2018 16:03:06 Roland Hieber wrote:
> [...]
>  ifdef PTXCONF_BLUEZ_UTILS
> -     @$(foreach binprogram, bccmd bluemoon btmon ciptool \
> -                     hciattach hciconfig hcidump hcitool hex2hcd l2ping \
> -                     l2test mpris-proxy rctest rfcomm sdptool, \
> +     @$(foreach binprogram, bccmd bluemoon btmon hex2hcd l2ping \
> +                     l2test mpris-proxy rctest, \
> +             $(call install_copy, bluez, 0, 0, 0755, -, \
> +                     /usr/bin/$(binprogram));)

You should add a $(ptx/nl) to the end of the line to avoid to exceed the 
command line length.

> [...]
> -     @$(call install_tree, bluez, 0, 0, -, /usr/lib/udev/rules.d/)
> +     @$(call install_alternative_tree, bluez, 0, 0, /usr/lib/udev/rules.d/)

This will install "/usr/lib/udev/rules.d/97-hid2hci.rules" which itself uses
the tool "/usr/lib/udev/hid2hci". So I think the tree to install should 
start at "/usr/lib/udev".

Juergen

-- 
Pengutronix e.K.                             | Juergen Borleis             |
Industrial Linux Solutions                   | http://www.pengutronix.de/  |

_______________________________________________
ptxdist mailing list
[email protected]

Reply via email to