linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BlueZ PATCH] build: Fix build error with ell/cleanup.h
@ 2021-10-16 18:00 Tedd Ho-Jeong An
  2021-10-16 18:39 ` [BlueZ] " bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Tedd Ho-Jeong An @ 2021-10-16 18:00 UTC (permalink / raw)
  To: linux-bluetooth

From: Tedd Ho-Jeong An <tedd.an@intel.com>

This patch fixes the build error due to missing ell/cleanup.h.

./ell/util.h:33:10: fatal error: ell/cleanup.h: No such file or directory
   33 | #include <ell/cleanup.h>
      |          ^~~~~~~~~~~~~~~
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 268c797cb..a9439588a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -145,6 +145,7 @@ ell_headers = ell/util.h \
 			ell/tls-private.h \
 			ell/ecc.h \
 			ell/ecc-private.h \
+			ell/cleanup.h \
 			ell/ecdh.h
 
 ell_sources = ell/private.h ell/missing.h \
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [BlueZ] build: Fix build error with ell/cleanup.h
  2021-10-16 18:00 [BlueZ PATCH] build: Fix build error with ell/cleanup.h Tedd Ho-Jeong An
@ 2021-10-16 18:39 ` bluez.test.bot
  0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2021-10-16 18:39 UTC (permalink / raw)
  To: linux-bluetooth, hj.tedd.an

[-- Attachment #1: Type: text/plain, Size: 884 bytes --]

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=564817

---Test result---

Test Summary:
CheckPatch                    PASS      1.45 seconds
GitLint                       PASS      0.87 seconds
Prep - Setup ELL              PASS      42.41 seconds
Build - Prep                  PASS      0.44 seconds
Build - Configure             PASS      7.81 seconds
Build - Make                  PASS      180.80 seconds
Make Check                    PASS      9.24 seconds
Make Distcheck                PASS      214.93 seconds
Build w/ext ELL - Configure   PASS      7.97 seconds
Build w/ext ELL - Make        PASS      171.36 seconds



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-16 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16 18:00 [BlueZ PATCH] build: Fix build error with ell/cleanup.h Tedd Ho-Jeong An
2021-10-16 18:39 ` [BlueZ] " bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).