From 749ec74cf9007cf8853426bf8b993f14a0bda5d8 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 8 Jun 2022 08:48:25 +0200 Subject: [PATCH] package/rauc: drop patch As part of the merge of the next branch into master after the 2022.05 release, the patch 0001-src-verify_hash.c-include-inttypes.h.patch should have been dropped, as it is part of the rauc 1.7 release. This commit drops this patch to fix the build of rauc. Fixes: http://autobuild.buildroot.net/results/813776daa670ea3ff3284ee786ef16dd30a569ab/ Signed-off-by: Thomas Petazzoni --- ...src-verify_hash.c-include-inttypes.h.patch | 38 ------------------- 1 file changed, 38 deletions(-) delete mode 100644 package/rauc/0001-src-verify_hash.c-include-inttypes.h.patch diff --git a/package/rauc/0001-src-verify_hash.c-include-inttypes.h.patch b/package/rauc/0001-src-verify_hash.c-include-inttypes.h.patch deleted file mode 100644 index 916c8cca0b..0000000000 --- a/package/rauc/0001-src-verify_hash.c-include-inttypes.h.patch +++ /dev/null @@ -1,38 +0,0 @@ -From b19a9c26d88a913417e77aaf60c72cdbf393d1f6 Mon Sep 17 00:00:00 2001 -From: Fabrice Fontaine -Date: Tue, 31 May 2022 21:22:36 +0200 -Subject: [PATCH] src/verify_hash.c: include inttypes.h - -Include inttypes.h to avoid the following build failure: - -In file included from /nvmedata/autobuild/instance-22/output-1/host/bin/../sparc-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:62, - from src/verity_hash.c:26: -src/verity_hash.c: In function 'verify_zero': -src/verity_hash.c:69:55: error: expected ')' before 'PRIu64' - 69 | g_message("Spare area is not zeroed at position %" PRIu64 ".", - | ^~~~~~ - -Fixes: - - http://autobuild.buildroot.org/results/1a093c0e194a061836884419d2f50506105db01e - -Signed-off-by: Fabrice Fontaine -[Upstream status: https://github.com/rauc/rauc/pull/914] ---- - src/verity_hash.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/verity_hash.c b/src/verity_hash.c -index db82a78..3b2c2a0 100644 ---- a/src/verity_hash.c -+++ b/src/verity_hash.c -@@ -19,6 +19,7 @@ - */ - - #include -+#include - #include - #include - #include --- -2.35.1 -