On Mon, 2020-01-20 at 04:26 -0800, Wang Mingyu wrote: > Refresh the following patch: > musl.patch
Can you please remove this patch entirely and backport a patch from upstream that fixes the remaining issue in this patch: https://sourceforge.net/p/libtirpc/mailman/message/36905712/ Thanks, Anuj > > Signed-off-by: Wang Mingyu <[email protected]> > --- > meta/recipes-extended/libtirpc/libtirpc/musl.patch | 11 ------- > ---- > .../libtirpc/{libtirpc_1.1.4.bb => libtirpc_1.2.5.bb} | 4 ++-- > 2 files changed, 2 insertions(+), 13 deletions(-) > rename meta/recipes-extended/libtirpc/{libtirpc_1.1.4.bb => > libtirpc_1.2.5.bb} (86%) > > diff --git a/meta/recipes-extended/libtirpc/libtirpc/musl.patch > b/meta/recipes-extended/libtirpc/libtirpc/musl.patch > index 21cd9f9588..f9ad35a852 100644 > --- a/meta/recipes-extended/libtirpc/libtirpc/musl.patch > +++ b/meta/recipes-extended/libtirpc/libtirpc/musl.patch > @@ -6,17 +6,6 @@ bits/endian.h is not supposed to be included > directly > Upstream-Status: Pending > Signed-off-by: Khem Raj <[email protected]> > > ---- a/tirpc/rpc/types.h > -+++ b/tirpc/rpc/types.h > -@@ -66,7 +66,7 @@ typedef int32_t rpc_inline_t; > - #define mem_free(ptr, bsize) free(ptr) > - > - > --#if defined __APPLE_CC__ || defined __FreeBSD__ > -+#if defined __APPLE_CC__ || defined __FreeBSD__ || > !defined(__GLIBC__) > - # define __u_char_defined > - # define __daddr_t_defined > - #endif > --- a/src/xdr_float.c > +++ b/src/xdr_float.c > @@ -83,7 +83,7 @@ static struct sgl_limits { > diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb > b/meta/recipes-extended/libtirpc/libtirpc_1.2.5.bb > similarity index 86% > rename from meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb > rename to meta/recipes-extended/libtirpc/libtirpc_1.2.5.bb > index 53ed5e81f7..035787c3f8 100644 > --- a/meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb > +++ b/meta/recipes-extended/libtirpc/libtirpc_1.2.5.bb > @@ -14,8 +14,8 @@ SRC_URI = > "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \ > " > UPSTREAM_CHECK_URI = " > https://sourceforge.net/projects/libtirpc/files/libtirpc/" > UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" > -SRC_URI[md5sum] = "f5d2a623e9dfbd818d2f3f3a4a878e3a" > -SRC_URI[sha256sum] = > "2ca529f02292e10c158562295a1ffd95d2ce8af97820e3534fe1b0e3aec7561d" > +SRC_URI[md5sum] = "688787ddff7c6a92ef15ae3f5dc4dfa1" > +SRC_URI[sha256sum] = > "f3b6350c7e9c3cd9c58fc7a5e5f8e6be469cc571bb5eb31eb9790b3e675186ca" > > inherit autotools pkgconfig > > -- > 2.17.1 > > > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
