mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
package/efl: bump to 1.20.4
https://www.enlightenment.org/news/efl-1.20.4 Remove upstream patch. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
6e8ce1eccc
commit
0990a6a173
@ -1,35 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
|||||||
# From https://download.enlightenment.org/rel/libs/efl/efl-1.20.3.tar.xz.sha256
|
# From https://download.enlightenment.org/rel/libs/efl/efl-1.20.4.tar.xz.sha256
|
||||||
sha256 1273014aff3cd313a315f6745b02958668083726d830873b681fe726b9421191 efl-1.20.3.tar.xz
|
sha256 316135c402758945d51d3b316addbeb1d537a0d75f9cf593868646fd8251b0cb efl-1.20.4.tar.xz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
EFL_VERSION = 1.20.3
|
EFL_VERSION = 1.20.4
|
||||||
EFL_SOURCE = efl-$(EFL_VERSION).tar.xz
|
EFL_SOURCE = efl-$(EFL_VERSION).tar.xz
|
||||||
EFL_SITE = http://download.enlightenment.org/rel/libs/efl
|
EFL_SITE = http://download.enlightenment.org/rel/libs/efl
|
||||||
EFL_LICENSE = BSD-2-Clause, LGPL-2.1+, GPL-2.0+
|
EFL_LICENSE = BSD-2-Clause, LGPL-2.1+, GPL-2.0+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user