All of lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/efl: bump to 1.20.4
Date: Sat, 23 Sep 2017 22:53:44 +0200	[thread overview]
Message-ID: <20170923205344.13334-1-romain.naour@gmail.com> (raw)

https://www.enlightenment.org/news/efl-1.20.4

Remove upstream patch.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 ...g-add-missing-header-for-big-endian-build.patch | 35 ----------------------
 package/efl/efl.hash                               |  4 +--
 package/efl/efl.mk                                 |  2 +-
 3 files changed, 3 insertions(+), 38 deletions(-)
 delete 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
deleted file mode 100644
index 9f0653d..0000000
--- a/package/efl/0001-eina_debug-add-missing-header-for-big-endian-build.patch
+++ /dev/null
@@ -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
-
diff --git a/package/efl/efl.hash b/package/efl/efl.hash
index ceeb788..e388f50 100644
--- a/package/efl/efl.hash
+++ b/package/efl/efl.hash
@@ -1,2 +1,2 @@
-# From https://download.enlightenment.org/rel/libs/efl/efl-1.20.3.tar.xz.sha256
-sha256	1273014aff3cd313a315f6745b02958668083726d830873b681fe726b9421191	efl-1.20.3.tar.xz
+# From https://download.enlightenment.org/rel/libs/efl/efl-1.20.4.tar.xz.sha256
+sha256	316135c402758945d51d3b316addbeb1d537a0d75f9cf593868646fd8251b0cb 	efl-1.20.4.tar.xz
diff --git a/package/efl/efl.mk b/package/efl/efl.mk
index f1bcd53..f456928 100644
--- a/package/efl/efl.mk
+++ b/package/efl/efl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EFL_VERSION = 1.20.3
+EFL_VERSION = 1.20.4
 EFL_SOURCE = efl-$(EFL_VERSION).tar.xz
 EFL_SITE = http://download.enlightenment.org/rel/libs/efl
 EFL_LICENSE = BSD-2-Clause, LGPL-2.1+, GPL-2.0+
-- 
2.9.5

             reply	other threads:[~2017-09-23 20:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-23 20:53 Romain Naour [this message]
2017-09-26 22:03 ` [Buildroot] [PATCH] package/efl: bump to 1.20.4 Arnout Vandecappelle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170923205344.13334-1-romain.naour@gmail.com \
    --to=romain.naour@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.