Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mtdev2tuio: fix musl build
@ 2016-01-31  8:08 Bernd Kuhls
  2016-01-31 22:48 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-01-31  8:08 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/aee/aee411047265bf205f8990a3d0d2310decb5fd19/
http://autobuild.buildroot.net/results/9a9/9a96fdd2b52a75b348b46696c7f8b427f2d987c2/
http://autobuild.buildroot.net/results/2e1/2e155f2f57fd035362ad1b414f42e1c2b5de844b/
http://autobuild.buildroot.net/results/f62/f62d3830c594d9169fa9b9df5212f190d676fab9/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../mtdev2tuio/0001-Fix-build-with-musl-libc.patch | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 package/mtdev2tuio/0001-Fix-build-with-musl-libc.patch

diff --git a/package/mtdev2tuio/0001-Fix-build-with-musl-libc.patch b/package/mtdev2tuio/0001-Fix-build-with-musl-libc.patch
new file mode 100644
index 0000000..810b66c
--- /dev/null
+++ b/package/mtdev2tuio/0001-Fix-build-with-musl-libc.patch
@@ -0,0 +1,30 @@
+From f974bb1f92603973711bea36a7869dfa8358aae0 Mon Sep 17 00:00:00 2001
+From: Bernd Kuhls <bernd.kuhls@t-online.de>
+Date: Sun, 31 Jan 2016 09:04:46 +0100
+Subject: [PATCH 1/1] Fix build with musl libc
+
+Include missing header to prevent build error detected by buildroot:
+http://autobuild.buildroot.net/results/aee/aee411047265bf205f8990a3d0d2310decb5fd19/build-end.log
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+---
+Patch sent upstream: https://github.com/olivopaolo/mtdev2tuio/pull/2
+
+ mtdev2tuio.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/mtdev2tuio.c b/mtdev2tuio.c
+index 3a9174f..f2c98d5 100644
+--- a/mtdev2tuio.c
++++ b/mtdev2tuio.c
+@@ -41,6 +41,7 @@
+ #include <getopt.h>
+ #include <signal.h>
+ #include <sys/utsname.h>
++#include <sys/file.h>
+ 
+ #define NSEC_PER_USEC   1000L
+ #define NSEC_PER_SEC    1000000000L
+-- 
+2.7.0.rc3
+
-- 
2.7.0.rc3

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

* [Buildroot] [PATCH 1/1] package/mtdev2tuio: fix musl build
  2016-01-31  8:08 [Buildroot] [PATCH 1/1] package/mtdev2tuio: fix musl build Bernd Kuhls
@ 2016-01-31 22:48 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-01-31 22:48 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sun, 31 Jan 2016 09:08:23 +0100, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/aee/aee411047265bf205f8990a3d0d2310decb5fd19/
> http://autobuild.buildroot.net/results/9a9/9a96fdd2b52a75b348b46696c7f8b427f2d987c2/
> http://autobuild.buildroot.net/results/2e1/2e155f2f57fd035362ad1b414f42e1c2b5de844b/
> http://autobuild.buildroot.net/results/f62/f62d3830c594d9169fa9b9df5212f190d676fab9/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  .../mtdev2tuio/0001-Fix-build-with-musl-libc.patch | 30 ++++++++++++++++++++++
>  1 file changed, 30 insertions(+)
>  create mode 100644 package/mtdev2tuio/0001-Fix-build-with-musl-libc.patch

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-01-31 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31  8:08 [Buildroot] [PATCH 1/1] package/mtdev2tuio: fix musl build Bernd Kuhls
2016-01-31 22:48 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox