blob: 29c472fbbd53cf0e9fbc37d06b37ff02cdbf4331 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require bluez-utils.inc
PACKAGES =+ "${PN}-ciptool"
SRC_URI += "file://uclibc-fix.patch;patch=1 \
file://ppoll-uclibc-arm-r0.patch;patch=1 "
FILES_${PN}-ciptool = "/bin/ciptool"
RREPLACES_${PN}-ciptool = "bluez-utils-dbus-ciptool"
RCONFLICTS_${PN}-ciptool = "bluez-utils-dbus-ciptool bluez-utils-nodbus"
PR = "r5"
|