From 0d69dd2a4a9212260754cce97eac7519e2337512 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 20 Feb 2023 15:40:18 +0800 Subject: [PATCH] rdma-core: upgrade 42.0 -> 44.0 0001-examples-Include-alloca.h-for-strdupa.patch removed since it's included in 44.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...xamples-Include-alloca.h-for-strdupa.patch | 29 ------------------- .../{rdma-core_42.0.bb => rdma-core_44.0.bb} | 6 ++-- 2 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 meta-networking/recipes-support/rdma-core/rdma-core/0001-examples-Include-alloca.h-for-strdupa.patch rename meta-networking/recipes-support/rdma-core/{rdma-core_42.0.bb => rdma-core_44.0.bb} (88%) diff --git a/meta-networking/recipes-support/rdma-core/rdma-core/0001-examples-Include-alloca.h-for-strdupa.patch b/meta-networking/recipes-support/rdma-core/rdma-core/0001-examples-Include-alloca.h-for-strdupa.patch deleted file mode 100644 index cb472d9db9..0000000000 --- a/meta-networking/recipes-support/rdma-core/rdma-core/0001-examples-Include-alloca.h-for-strdupa.patch +++ /dev/null @@ -1,29 +0,0 @@ -From a6c547e46bbadd2c08be9944a85308f6625263cb Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Mon, 29 Aug 2022 23:15:44 -0700 -Subject: [PATCH] examples: Include alloca.h for strdupa - -musl defines strdupa via a macro which uses alloca() therefore include -the header to get the prototype - -Upstream-Status: Submitted [https://github.com/linux-rdma/rdma-core/pull/1212] -Signed-off-by: Khem Raj ---- - libibverbs/examples/asyncwatch.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libibverbs/examples/asyncwatch.c b/libibverbs/examples/asyncwatch.c -index 724796e58..842b94180 100644 ---- a/libibverbs/examples/asyncwatch.c -+++ b/libibverbs/examples/asyncwatch.c -@@ -36,6 +36,7 @@ - #include - #include - #include -+#include - - #include - #include --- -2.37.2 - diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_42.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_44.0.bb similarity index 88% rename from meta-networking/recipes-support/rdma-core/rdma-core_42.0.bb rename to meta-networking/recipes-support/rdma-core/rdma-core_44.0.bb index a2d5142953..f5b80c712e 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_42.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_44.0.bb @@ -5,10 +5,8 @@ SECTION = "libs" DEPENDS = "libnl" RDEPENDS:${PN} = "bash perl" -SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https \ - file://0001-examples-Include-alloca.h-for-strdupa.patch \ - " -SRCREV = "196bad56ed060612e22674b668b5ec3d8659ade3" +SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https" +SRCREV = "91392a91eb41affee3bd75dc7d03eb86b4854aea" S = "${WORKDIR}/git" #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md