From 987231e9606eb80211b9ee167b85f76e9f5667f0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 8 Aug 2022 08:42:10 +0200 Subject: [PATCH] ell: upgrade 0.51 -> 0.52 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- ...-fix-time.h-related-breakage-on-musl.patch | 79 ------------------- .../ell/{ell_0.51.bb => ell_0.52.bb} | 6 +- 2 files changed, 2 insertions(+), 83 deletions(-) delete mode 100644 meta/recipes-core/ell/ell/0001-build-fix-time.h-related-breakage-on-musl.patch rename meta/recipes-core/ell/{ell_0.51.bb => ell_0.52.bb} (78%) diff --git a/meta/recipes-core/ell/ell/0001-build-fix-time.h-related-breakage-on-musl.patch b/meta/recipes-core/ell/ell/0001-build-fix-time.h-related-breakage-on-musl.patch deleted file mode 100644 index 02b5a9f21ef..00000000000 --- a/meta/recipes-core/ell/ell/0001-build-fix-time.h-related-breakage-on-musl.patch +++ /dev/null @@ -1,79 +0,0 @@ -From cd9513a025174181b66ac13de45813f6e15727d3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= -Date: Mon, 6 Jun 2022 22:05:39 +0200 -Subject: [PATCH] build: fix time.h related breakage on musl - -missing time.h for struct timeval usage -forward declaration of struct timeval in time-private.h - -Upstream-Status: Backport -Signed-off-by: Alexander Kanavin ---- - ell/dhcp-transport.c | 1 + - ell/dhcp6-transport.c | 1 + - ell/icmp6.c | 1 + - ell/time-private.h | 2 +- - ell/time.c | 1 + - 5 files changed, 5 insertions(+), 1 deletion(-) - -diff --git a/ell/dhcp-transport.c b/ell/dhcp-transport.c -index ef030de..c4cf0ca 100644 ---- a/ell/dhcp-transport.c -+++ b/ell/dhcp-transport.c -@@ -40,6 +40,7 @@ - #include - #include - #include -+#include - - #include "io.h" - #include "util.h" -diff --git a/ell/dhcp6-transport.c b/ell/dhcp6-transport.c -index 30c425f..5ff6516 100644 ---- a/ell/dhcp6-transport.c -+++ b/ell/dhcp6-transport.c -@@ -35,6 +35,7 @@ - #include - #include - #include -+#include - - #include "private.h" - #include "missing.h" -diff --git a/ell/icmp6.c b/ell/icmp6.c -index 368977f..7319903 100644 ---- a/ell/icmp6.c -+++ b/ell/icmp6.c -@@ -36,6 +36,7 @@ - #include - #include - #include -+#include - - #include "private.h" - #include "useful.h" -diff --git a/ell/time-private.h b/ell/time-private.h -index 5295d94..83c23dd 100644 ---- a/ell/time-private.h -+++ b/ell/time-private.h -@@ -19,7 +19,7 @@ - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - */ -- -+struct timeval; - uint64_t _time_pick_interval_secs(uint32_t min_secs, uint32_t max_secs); - uint64_t _time_fuzz_msecs(uint64_t ms); - uint64_t _time_fuzz_secs(uint32_t secs, uint32_t max_offset); -diff --git a/ell/time.c b/ell/time.c -index 10e10b0..41e5725 100644 ---- a/ell/time.c -+++ b/ell/time.c -@@ -26,6 +26,7 @@ - - #define _GNU_SOURCE - #include -+#include - - #include "time.h" - #include "time-private.h" diff --git a/meta/recipes-core/ell/ell_0.51.bb b/meta/recipes-core/ell/ell_0.52.bb similarity index 78% rename from meta/recipes-core/ell/ell_0.51.bb rename to meta/recipes-core/ell/ell_0.52.bb index 806833bc7d0..b2af0d04f00 100644 --- a/meta/recipes-core/ell/ell_0.51.bb +++ b/meta/recipes-core/ell/ell_0.52.bb @@ -14,10 +14,8 @@ DEPENDS = "dbus" inherit autotools pkgconfig -SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \ - file://0001-build-fix-time.h-related-breakage-on-musl.patch \ - " -SRC_URI[sha256sum] = "ba86cfa4aaf10151443edd63a7687914465d969f5dda00a2c1fcb11bd85e417f" +SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" +SRC_URI[sha256sum] = "83099b14beda2b253a2c69460f9613c5e955b63349e3c00cf2fd506f5b3ba7d0" do_configure:prepend () { mkdir -p ${S}/build-aux -- 2.47.3