From 668867bfed9a4decd7fd74d87d742368030b9399 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Fri, 2 Aug 2024 19:47:44 +0200 Subject: [PATCH] package/bcusdk: fixup upstream tag in patch 0001 The patch 0001 has been submitted upstream, but the formatting of the tag was not correct, let's fix this. Signed-off-by: Thomas Petazzoni --- .checkpackageignore | 1 - .../0001-fd_set-requires-inclusion-of-sys-select.h.patch | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.checkpackageignore b/.checkpackageignore index 9d2da90aa1..0f58f9a149 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -334,7 +334,6 @@ package/bc/0003-dc-fix-exit-code-of-q-command.patch lib_patch.Upstream package/bc/0004-no-gen-libmath.patch lib_patch.Upstream package/bcache-tools/0001-Don-t-inline-crc64-for-gcc-5-compatability.patch lib_patch.Upstream package/bctoolbox/0001-Fix-Libs.private-flags-for-mbedtls.patch lib_patch.Upstream -package/bcusdk/0001-fd_set-requires-inclusion-of-sys-select.h.patch lib_patch.Upstream package/bcusdk/0002-eibd-fix-endless-recursion-when-using-USB-backends.patch lib_patch.Upstream package/bearssl/0001-Fix-missing-objdir-dependency.patch lib_patch.Upstream package/benejson/0001-c-std.patch lib_patch.Upstream diff --git a/package/bcusdk/0001-fd_set-requires-inclusion-of-sys-select.h.patch b/package/bcusdk/0001-fd_set-requires-inclusion-of-sys-select.h.patch index 723de5c1a2..f89658836f 100644 --- a/package/bcusdk/0001-fd_set-requires-inclusion-of-sys-select.h.patch +++ b/package/bcusdk/0001-fd_set-requires-inclusion-of-sys-select.h.patch @@ -7,8 +7,7 @@ According to POSIX.1-2001, the definition fd_set and related macros is in , so it should be included in files using fd_set to make the code compatible with all standard C libraries. -Submitted upstream: https://sourceforge.net/p/bcusdk/patches/3/ - +Upstream: https://sourceforge.net/p/bcusdk/patches/3/ Signed-off-by: Thomas Petazzoni --- eibd/examples/common.h | 1 +