[Buildroot] [git commit branch/2023.05.x] .checkpackageignore: correct renamed path of openjdk 17.0.8+7 patch

Peter Korsgaard peter at korsgaard.com
Wed Sep 13 20:05:32 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=7bc2b674e08f9ba133b9bfb1a9bc477125379f46
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2023.05.x

Commit c1038fe47c renamed the patch, but didn't update
.checkpackageignore, leading to two failures:

.checkpackageignore:1055: ignored file package/openjdk/17.0.7+7/0001-Add-ARCv2-ISA-processors-support-to-Zero.patch is missing
package/openjdk/17.0.8+7/0001-Add-ARCv2-ISA-processors-support-to-Zero.patch:0: missing Upstream in the header (http://nightly.buildroot.org/#_additional_patch_documentation)

Rename the file in .checkpackageignore as well.

Signed-off-by: Arnout Vandecappelle <arnout at mind.be>
(cherry picked from commit 6bee7c3eb2680022dc16994afe423ea819ea0c06)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 .checkpackageignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.checkpackageignore b/.checkpackageignore
index 32975009e3..1518b796ed 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -1121,7 +1121,7 @@ package/open-iscsi/0001-SHA3-is-not-supported-by-libressl.patch Upstream
 package/open-plc-utils/0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch Upstream
 package/open-plc-utils/0002-plc-plc.h-fix-build-with-gcc-10.patch Upstream
 package/open2300/0001-fix-makefile.patch Upstream
-package/openjdk/17.0.7+7/0001-Add-ARCv2-ISA-processors-support-to-Zero.patch Upstream
+package/openjdk/17.0.8+7/0001-Add-ARCv2-ISA-processors-support-to-Zero.patch Upstream
 package/openldap/0001-fix_cross_strip.patch Upstream
 package/openldap/0002-fix-bignum.patch Upstream
 package/openldap/0003-disable-docs.patch Upstream



More information about the buildroot mailing list