Browse Source

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 <thomas.petazzoni@bootlin.com>
(cherry picked from commit 668867bfed9a4decd7fd74d87d742368030b9399)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas Petazzoni 1 year ago
parent
commit
75b881e95c

+ 0 - 1
.checkpackageignore

@@ -411,7 +411,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/beecrypt/0001-cppglue.cxx-cplusplus-only.patch lib_patch.Upstream

+ 1 - 2
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 <sys/select.h>, 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 <thomas.petazzoni@free-electrons.com>
 ---
  eibd/examples/common.h | 1 +