Message ID | 20220217095647.2693176-1-bluez@heine.tech (mailing list archive) |
---|---|
State | Accepted |
Commit | 51c34da9d693fe12d7c940f7224e830e41d8f1dd |
Headers | show |
Series | [BlueZ] Makefile.tools: remove duplicate link entry | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/setupell | success | Setup ELL PASS |
tedd_an/buildprep | success | Build Prep PASS |
tedd_an/build | success | Build Configuration PASS |
tedd_an/makecheck | success | Make Check PASS |
tedd_an/makecheckvalgrind | success | Make Check PASS |
tedd_an/makedistcheck | success | Make Distcheck PASS |
tedd_an/build_extell | success | Build External ELL PASS |
tedd_an/build_extell_make | success | Build Make with External ELL PASS |
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
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 \