Skip to content

Commit

Permalink
packages: remove bluez unused tools
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Dec 19, 2024
1 parent 0cfeeb8 commit 300a6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bluez/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ postinstall_package() {
rm -vf ${STAGING_DIR}/usr/libexec/bluetooth/btmon-logger

for NAME in isotest pcretest rctest mpris-proxy bluemoon \
l2test l2ping btmgmt gatttool bccmd sdptool ciptool; do
hex2hcd l2test l2ping btmgmt gatttool bccmd sdptool ciptool; do
rm -vf ${STAGING_DIR}/usr/bin/${NAME}
done

for NAME in ibeacon eddystone \
for NAME in \
btproxy btmgmt btinfo btconfig btattach \
bluetooth-player bluemoon bdaddr bccmd; do
cp -v tools/${NAME} ${STAGING_DIR}/usr/bin/ || true
Expand Down

0 comments on commit 300a6d6

Please sign in to comment.