mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/erlang-p1-xmpp: bump version to 1.4.10
upstream uses include_lib. Adapt the corresponding patch accordingly. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c8a140592d
commit
7ba849b803
@@ -6,11 +6,11 @@ diff --git a/include/xmpp.hrl b/include/xmpp.hrl
|
|||||||
index afa5f61..678858e 100644
|
index afa5f61..678858e 100644
|
||||||
--- a/include/xmpp.hrl
|
--- a/include/xmpp.hrl
|
||||||
+++ b/include/xmpp.hrl
|
+++ b/include/xmpp.hrl
|
||||||
@@ -26,7 +26,7 @@
|
@@ -25,7 +25,7 @@
|
||||||
-include("ns.hrl").
|
-include("ns.hrl").
|
||||||
-include("jid.hrl").
|
-include("jid.hrl").
|
||||||
-include("xmpp_codec.hrl").
|
-include("xmpp_codec.hrl").
|
||||||
--include("fxml.hrl").
|
--include_lib("fast_xml/include/fxml.hrl").
|
||||||
+-include_lib("p1_xml/include/fxml.hrl").
|
+-include_lib("p1_xml/include/fxml.hrl").
|
||||||
|
|
||||||
-type stanza() :: iq() | presence() | message().
|
-type stanza() :: iq() | presence() | message().
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 a192349e256c0c0af46e6d7f46c52e6345e61984a266696bb0346934c434f342 erlang-p1-xmpp-1.4.2.tar.gz
|
sha256 65c73ffaf8faab5d6fc7d42ada0b5a380f20f3e46056ad98614d81922322d9a2 erlang-p1-xmpp-1.4.10.tar.gz
|
||||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt
|
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
ERLANG_P1_XMPP_VERSION = 1.4.2
|
ERLANG_P1_XMPP_VERSION = 1.4.10
|
||||||
ERLANG_P1_XMPP_SITE = $(call github,processone,xmpp,$(ERLANG_P1_XMPP_VERSION))
|
ERLANG_P1_XMPP_SITE = $(call github,processone,xmpp,$(ERLANG_P1_XMPP_VERSION))
|
||||||
ERLANG_P1_XMPP_LICENSE = Apache-2.0
|
ERLANG_P1_XMPP_LICENSE = Apache-2.0
|
||||||
ERLANG_P1_XMPP_LICENSE_FILES = LICENSE.txt
|
ERLANG_P1_XMPP_LICENSE_FILES = LICENSE.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user