Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/efl: fix build issue on big endian system
@ 2017-09-07 20:41 Romain Naour
  2017-09-07 20:41 ` [Buildroot] [PATCH 2/3] package/efl: bump to 1.20.3 Romain Naour
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Romain Naour @ 2017-09-07 20:41 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/0f1/0f12919f59dc92a8d91e23d3b0c1120bc06720db
http://autobuild.buildroot.net/results/62e/62e96be61601347e92f9c115209af4962fe82492

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 ...g-add-missing-header-for-big-endian-build.patch | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 package/efl/0001-eina_debug-add-missing-header-for-big-endian-build.patch

diff --git a/package/efl/0001-eina_debug-add-missing-header-for-big-endian-build.patch b/package/efl/0001-eina_debug-add-missing-header-for-big-endian-build.patch
new file mode 100644
index 0000000..9f0653d
--- /dev/null
+++ b/package/efl/0001-eina_debug-add-missing-header-for-big-endian-build.patch
@@ -0,0 +1,35 @@
+From 135f4233266443a4546bdf8217f145a0f7bbb90d Mon Sep 17 00:00:00 2001
+From: Romain Naour <romain.naour@gmail.com>
+Date: Thu, 7 Sep 2017 22:25:48 +0200
+Subject: [PATCH] eina_debug: add missing header for big endian build
+
+The build fail for big endian system due to missing eina_swap32
+definition.
+Add "eina_cpu.h" include where eina_swap32 prototype is defined.
+
+Patch provided by sharkcz in [1].
+
+Uptream status: pending
+
+[1] https://phab.enlightenment.org/D5158
+
+Signed-off-by: Romain Naour <romain.naour@gmail.com>
+---
+ src/lib/eina/eina_debug.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/lib/eina/eina_debug.c b/src/lib/eina/eina_debug.c
+index ca1bdad..468ca43 100644
+--- a/src/lib/eina/eina_debug.c
++++ b/src/lib/eina/eina_debug.c
+@@ -60,6 +60,7 @@
+ #endif
+ 
+ #include "eina_debug.h"
++#include "eina_cpu.h"
+ #include "eina_types.h"
+ #include "eina_list.h"
+ #include "eina_mempool.h"
+-- 
+2.9.5
+
-- 
2.9.5

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

end of thread, other threads:[~2017-09-09 20:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-07 20:41 [Buildroot] [PATCH 1/3] package/efl: fix build issue on big endian system Romain Naour
2017-09-07 20:41 ` [Buildroot] [PATCH 2/3] package/efl: bump to 1.20.3 Romain Naour
2017-09-07 20:41 ` [Buildroot] [PATCH 3/3] package/terminology: bump to v1.1.1 Romain Naour
2017-09-09 20:42 ` [Buildroot] [PATCH 1/3] package/efl: fix build issue on big endian system Thomas Petazzoni

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