mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
gensio: upgrade 2.2.0 -> 2.2.3
0001-Modify-parameter-of-function-sctp_gensio_alloc.patch Removed since this is included in 2.2.3 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
-29
@@ -1,29 +0,0 @@
|
|||||||
From b94eff3461e4fb99cd761d6858e8ed94cb6c5412 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Wang Mingyu <wangmy@cn.fujitsu.com>
|
|
||||||
Date: Tue, 8 Dec 2020 11:58:06 +0900
|
|
||||||
Subject: [PATCH] 0001-Modify-parameter-of-function-sctp_gensio_alloc.patch
|
|
||||||
|
|
||||||
parameter type of declearation is const, definition should also be
|
|
||||||
const.
|
|
||||||
|
|
||||||
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
|
|
||||||
---
|
|
||||||
lib/gensio_sctp.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/lib/gensio_sctp.c b/lib/gensio_sctp.c
|
|
||||||
index bd9437f..4278ff8 100644
|
|
||||||
--- a/lib/gensio_sctp.c
|
|
||||||
+++ b/lib/gensio_sctp.c
|
|
||||||
@@ -1092,7 +1092,7 @@ str_to_sctp_gensio_accepter(const char *str, const char * const args[],
|
|
||||||
#else
|
|
||||||
|
|
||||||
int
|
|
||||||
-sctp_gensio_alloc(struct gensio_addr *iai, const char * const args[],
|
|
||||||
+sctp_gensio_alloc(const struct gensio_addr *iai, const char * const args[],
|
|
||||||
struct gensio_os_funcs *o,
|
|
||||||
gensio_event cb, void *user_data,
|
|
||||||
struct gensio **new_gensio)
|
|
||||||
--
|
|
||||||
2.25.1
|
|
||||||
|
|
||||||
+2
-3
@@ -5,10 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a0fd36908af843bcee10cb6dfc47fa67 \
|
|||||||
file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f \
|
file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "4ec19138aa968dea34e4bc4e022c1ad7ed4c43c0"
|
SRCREV = "88fe56696b19ffff3e16be1d46d062e835879740"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/cminyard/gensio;protocol=https \
|
SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=2.2.x"
|
||||||
file://0001-Modify-parameter-of-function-sctp_gensio_alloc.patch"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Reference in New Issue
Block a user