2022-02-17 11:27:52

by Michael Nosthoff

[permalink] [raw]
Subject: [PATCH BlueZ] Makefile.tools: remove duplicate link entry

---
Makefile.tools | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.tools b/Makefile.tools
index 51199b20a..bd902fd83 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -463,8 +463,7 @@ tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \

tools_obexctl_SOURCES = tools/obexctl.c
tools_obexctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
- src/libshared-glib.la $(GLIB_LIBS) $(DBUS_LIBS) \
- -lreadline
+ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline

tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \
--
2.25.1


2022-02-17 11:36:55

by bluez.test.bot

[permalink] [raw]
Subject: RE: [BlueZ] Makefile.tools: remove duplicate link entry

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=615314

---Test result---

Test Summary:
CheckPatch PASS 1.44 seconds
GitLint PASS 0.98 seconds
Prep - Setup ELL PASS 44.01 seconds
Build - Prep PASS 0.75 seconds
Build - Configure PASS 8.77 seconds
Build - Make PASS 1318.86 seconds
Make Check PASS 11.85 seconds
Make Check w/Valgrind PASS 453.09 seconds
Make Distcheck PASS 249.38 seconds
Build w/ext ELL - Configure PASS 8.83 seconds
Build w/ext ELL - Make PASS 1288.74 seconds
Incremental Build with patchesPASS 0.00 seconds



---
Regards,
Linux Bluetooth