* [Buildroot] [PATCH 1/2] package/efl: bump to version 1.21.1
@ 2018-09-29 13:28 Romain Naour
2018-09-29 13:28 ` [Buildroot] [PATCH 2/2] package/expedite: bump to the latest version Romain Naour
2018-09-30 8:44 ` [Buildroot] [PATCH 1/2] package/efl: bump to version 1.21.1 Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Romain Naour @ 2018-09-29 13:28 UTC (permalink / raw)
To: buildroot
Remove the --enable-i-really-know-what-i-am-doing[...] option removed by
upstream [1]. But keep BR2_PACKAGE_EFL_HAS_RECOMMENDED_CONFIG at Kconfig
level for Buildroot users since "warnings for disabling features have
been left intact".
Update license file hash since dates was removed from the license text.
[1] https://git.enlightenment.org/core/efl.git/commit/?id=1cda9fe749636484b1328e694a8dbbe4f9d0c31d
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
package/efl/efl.hash | 11 ++++++-----
package/efl/efl.mk | 11 ++---------
2 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/package/efl/efl.hash b/package/efl/efl.hash
index 1391d1f707..bbefdeec66 100644
--- a/package/efl/efl.hash
+++ b/package/efl/efl.hash
@@ -1,10 +1,11 @@
-# From https://download.enlightenment.org/rel/libs/efl/efl-1.20.7.tar.xz.sha256
-sha256 b0a9b765bcd7b012f1072da1d491fc8671aa089473f746901d93f5807a2c76fe efl-1.20.7.tar.xz
+# From https://download.enlightenment.org/rel/libs/efl/efl-1.21.1.tar.xz.sha256
+sha256 44774b42b3dbbbe4d124c8fddcd169c6ffab9d602d1a757abcfb9a84e001a928 efl-1.21.1.tar.xz
+
sha256 d949e42ca8fd48d275c397c5fc2ac34c9b63ada715dcaf1a670e17bb62964341 COMPLIANCE
sha256 1f0597d326e2fdb54aa2f0caec6d8bb0afb9941ef32475f017ed02ca214fcf37 COPYING
-sha256 781ee841d15835b393bfe7d4c6497dc1b05217479abd40daceaf7aa102a758e1 licenses/COPYING.BSD
+sha256 af4ffe7ed1795a6e9cd3b3ce8747fdc45da449ff58cf35b8027c0699a66fd5cf licenses/COPYING.BSD
sha256 e60d07dfb2c5264f9f405fa52bf0d4f85429dd9ae1bc2ffcff8af1924ef720d1 licenses/COPYING.FTL
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 licenses/COPYING.GPL
-sha256 89f79ccd2c35ba220ddeba70ee36ca867226c41fc210bc5e7f1e9032c5b16d5f licenses/COPYING.LGPL
+sha256 ae2d99bf2a8e8310281bdbe5e8b78cbe5e89bfead8c01e67a8c68b530efcf25a licenses/COPYING.LGPL
sha256 2996a1c43ee757f9c997a829d82bdd584052323e73cf02ff8126c6fbd95c2d87 licenses/COPYING.NGINX-MIT
-sha256 48f124212f8fc024392a2d1d011fbb96c7ab8f89c0b72c671c33e9e1cb1d0790 licenses/COPYING.SMALL
+sha256 d847c749aa38b8d864665fc4e5c80e2f2a505e414fafe9712e85b5154e908218 licenses/COPYING.SMALL
diff --git a/package/efl/efl.mk b/package/efl/efl.mk
index 6ef7d53385..c4fd676be1 100644
--- a/package/efl/efl.mk
+++ b/package/efl/efl.mk
@@ -4,7 +4,7 @@
#
################################################################################
-EFL_VERSION = 1.20.7
+EFL_VERSION = 1.21.1
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+, FTL, MIT
@@ -50,11 +50,6 @@ EFL_CONF_OPTS = \
--enable-liblz4 \
--with-doxygen=no
-# Disable untested configuration warning.
-ifeq ($(BR2_PACKAGE_EFL_HAS_RECOMMENDED_CONFIG),)
-EFL_CONF_OPTS += --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb
-endif
-
ifeq ($(BR2_PACKAGE_EFL_EOLIAN_CPP),y)
EFL_CONF_OPTS += --enable-cxx-bindings \
--with-eolian-cxx=$(HOST_DIR)/bin/eolian_cxx
@@ -345,7 +340,6 @@ HOST_EFL_DEPENDENCIES = \
# --with-doxygen: disable doxygen documentation
# --with-net-control=none: disable connman networkmanager.
# --with-x11=none: remove dependency on X.org.
-# Yes I really know what I am doing.
HOST_EFL_CONF_OPTS += \
--disable-audio \
--disable-fontconfig \
@@ -372,8 +366,7 @@ HOST_EFL_CONF_OPTS += \
--with-glib=yes \
--with-net-control=none \
--with-opengl=none \
- --with-x11=none \
- --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb
+ --with-x11=none
# Enable Eolian language bindings to provide eolian_cxx tool for the
# host which is required to build Eolian language bindings for the
--
2.14.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/expedite: bump to the latest version
2018-09-29 13:28 [Buildroot] [PATCH 1/2] package/efl: bump to version 1.21.1 Romain Naour
@ 2018-09-29 13:28 ` Romain Naour
2018-09-30 8:45 ` Peter Korsgaard
2018-09-30 8:44 ` [Buildroot] [PATCH 1/2] package/efl: bump to version 1.21.1 Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Romain Naour @ 2018-09-29 13:28 UTC (permalink / raw)
To: buildroot
While at it add license file hash.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
From the latest commit [1] "this is a dead project".
This does not encourage to keep expedite in Buildroot, should I remove it?
This question was asked on the efl mailing list. I'm waiting for a reply.
[1] https://git.enlightenment.org/tools/expedite.git/commit/?id=27e5e02370799b4e9246fe6dde893207d1ac3f3b
---
package/expedite/expedite.hash | 3 ++-
package/expedite/expedite.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/expedite/expedite.hash b/package/expedite/expedite.hash
index 828ee0553b..d813cb38c3 100644
--- a/package/expedite/expedite.hash
+++ b/package/expedite/expedite.hash
@@ -1,2 +1,3 @@
# locally computed
-sha256 56e1dbd9826d932f0ef72a10dfdf32b6e0f680ab6830f8a8cfc60644ac69dbf1 expedite-e7b11dd328d9db82b49cde795944a721beaf0112.tar.gz
+sha256 5f621a3cb70fae943893e256722cc7f7b0c4357035da7cc3cbbbb83e4ec1eb9a expedite-6a69955e71a00a720e1b0a9bc7b64dd3dd5673db.tar.gz
+sha256 0f024d9d9ddd18f94a4800d72e72d2ca198e9479c02b21afb9cacc2923ef2f2b COPYING
diff --git a/package/expedite/expedite.mk b/package/expedite/expedite.mk
index 6bd4b007ba..fbcc4b5675 100644
--- a/package/expedite/expedite.mk
+++ b/package/expedite/expedite.mk
@@ -4,7 +4,7 @@
#
################################################################################
-EXPEDITE_VERSION = e7b11dd328d9db82b49cde795944a721beaf0112
+EXPEDITE_VERSION = 6a69955e71a00a720e1b0a9bc7b64dd3dd5673db
EXPEDITE_SITE = http://git.enlightenment.org/tools/expedite.git
EXPEDITE_SITE_METHOD = git
EXPEDITE_LICENSE = BSD-2-Clause
--
2.14.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] package/efl: bump to version 1.21.1
2018-09-29 13:28 [Buildroot] [PATCH 1/2] package/efl: bump to version 1.21.1 Romain Naour
2018-09-29 13:28 ` [Buildroot] [PATCH 2/2] package/expedite: bump to the latest version Romain Naour
@ 2018-09-30 8:44 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-09-30 8:44 UTC (permalink / raw)
To: buildroot
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:
> Remove the --enable-i-really-know-what-i-am-doing[...] option removed by
> upstream [1]. But keep BR2_PACKAGE_EFL_HAS_RECOMMENDED_CONFIG at Kconfig
> level for Buildroot users since "warnings for disabling features have
> been left intact".
> Update license file hash since dates was removed from the license text.
> [1] https://git.enlightenment.org/core/efl.git/commit/?id=1cda9fe749636484b1328e694a8dbbe4f9d0c31d
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/expedite: bump to the latest version
2018-09-29 13:28 ` [Buildroot] [PATCH 2/2] package/expedite: bump to the latest version Romain Naour
@ 2018-09-30 8:45 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-09-30 8:45 UTC (permalink / raw)
To: buildroot
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:
> While at it add license file hash.
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
> From the latest commit [1] "this is a dead project".
> This does not encourage to keep expedite in Buildroot, should I remove it?
> This question was asked on the efl mailing list. I'm waiting for a reply.
> [1] https://git.enlightenment.org/tools/expedite.git/commit/?id=27e5e02370799b4e9246fe6dde893207d1ac3f3b
Perhaps, yes. Let us know if you get any feedback.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-09-30 8:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-29 13:28 [Buildroot] [PATCH 1/2] package/efl: bump to version 1.21.1 Romain Naour
2018-09-29 13:28 ` [Buildroot] [PATCH 2/2] package/expedite: bump to the latest version Romain Naour
2018-09-30 8:45 ` Peter Korsgaard
2018-09-30 8:44 ` [Buildroot] [PATCH 1/2] package/efl: bump to version 1.21.1 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox