Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -1,19 +0,0 @@
Without this patch, dependencies would be downloaded and compiled
by rebar at build time.
Signed-off-by: Christophe Romain <cromain@process-one.net>
diff --git a/rebar.config b/rebar.config
--- a/rebar.config 2017-11-30 14:24:52.348695123 +0100
+++ b/rebar.config 2017-11-30 14:35:11.816407195 +0100
@@ -29,10 +29,6 @@
{port_specs, [{"priv/lib/jid.so", ["c_src/jid.c"]}]}.
-{deps, [{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.25"}}},
- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.10"}}},
- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.10"}}}]}.
-
{clean_files, ["c_src/jid.gcda", "c_src/jid.gcno"]}.
{cover_enabled, true}.

View File

@@ -6,7 +6,9 @@ config BR2_PACKAGE_ERLANG_P1_XMPP
depends on BR2_INSTALL_LIBSTDCPP # erlang-p1-stringprep
select BR2_PACKAGE_ERLANG_P1_XML
select BR2_PACKAGE_ERLANG_P1_STRINGPREP
select BR2_PACKAGE_ERLANG_P1_TLS
select BR2_PACKAGE_ERLANG_P1_UTILS
select BR2_PACKAGE_ERLANG_P1_ZLIB
help
XMPP library for Erlang.

View File

@@ -1,2 +1,2 @@
# Locally calculated
sha256 558e8d8734052bdbe679cf10165a63944c208940ab84be78c97ba661dfcf3cb2 erlang-p1-xmpp-1.1.16.tar.gz
sha256 699f50d50850272e67160b022fd27f3ccc46570e48968d8ee30d491bf926794d erlang-p1-xmpp-1.2.5.tar.gz

View File

@@ -4,13 +4,13 @@
#
################################################################################
ERLANG_P1_XMPP_VERSION = 1.1.16
ERLANG_P1_XMPP_VERSION = 1.2.5
ERLANG_P1_XMPP_SITE = $(call github,processone,xmpp,$(ERLANG_P1_XMPP_VERSION))
ERLANG_P1_XMPP_LICENSE = Apache-2.0
ERLANG_P1_XMPP_LICENSE_FILES = LICENSE.txt
ERLANG_P1_XMPP_INSTALL_STAGING = YES
ERLANG_P1_XMPP_DEPENDENCIES = erlang-p1-xml erlang-p1-stringprep \
erlang-p1-utils host-erlang-p1-xml
erlang-p1-tls erlang-p1-utils erlang-p1-zlib host-erlang-p1-xml
$(eval $(rebar-package))
$(eval $(host-rebar-package))