From c940792e1492923036cae97010f9945e7ad43a32 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 21 Apr 2020 00:21:57 +0800 Subject: libtirpc: upgrade 1.2.5 -> 1.2.6 0001-xdr_float-do-not-include-bits-endian.h.patch removed since it is included in 1.2.6 Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie --- ...01-xdr_float-do-not-include-bits-endian.h.patch | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 meta/recipes-extended/libtirpc/libtirpc/0001-xdr_float-do-not-include-bits-endian.h.patch (limited to 'meta/recipes-extended/libtirpc/libtirpc') diff --git a/meta/recipes-extended/libtirpc/libtirpc/0001-xdr_float-do-not-include-bits-endian.h.patch b/meta/recipes-extended/libtirpc/libtirpc/0001-xdr_float-do-not-include-bits-endian.h.patch deleted file mode 100644 index 3797cdf521..0000000000 --- a/meta/recipes-extended/libtirpc/libtirpc/0001-xdr_float-do-not-include-bits-endian.h.patch +++ /dev/null @@ -1,34 +0,0 @@ -From d04f4d6f0e682f16b0ce96839ab4eadade591eb1 Mon Sep 17 00:00:00 2001 -From: Rosen Penev -Date: Tue, 21 Jan 2020 11:51:16 -0500 -Subject: [PATCH] xdr_float: do not include bits/endian.h - -bits/endian.h is an internal header. endian.h should be included. - -Fixes compilation with recent musl. - -Signed-off-by: Rosen Penev -Signed-off-by: Steve Dickson - -Upstream-Status: Backport [http://git.linux-nfs.org/?p=steved/libtirpc.git;a=commit;h=d04f4d6f0e682f16b0ce96839ab4eadade591eb1] -Signed-off-by: Anuj Mittal ---- - src/xdr_float.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/xdr_float.c b/src/xdr_float.c -index 26bc865..349d48f 100644 ---- a/src/xdr_float.c -+++ b/src/xdr_float.c -@@ -83,7 +83,7 @@ static struct sgl_limits { - }; - #else - --#include -+#include - #define IEEEFP - - #endif /* vax */ --- -2.21.1 - -- cgit 1.2.3-korg