Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] support/testing: regenerate .checkpackageignore used in TestCheckPackage
@ 2024-04-10 22:14 Romain Naour
  2024-04-11  4:24 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2024-04-10 22:14 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Yann E . MORIN

Commit ccb4e5db5c ("utils/check-package: emit library name along with check function name")
updated the .checkpackageignore format but forgot to update
.checkpackageignore files used in TestCheckPackage.

Keep .checkpackageignore_outdated as is since it must be outdated.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/6568786785

Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 support/testing/tests/utils/br2-external/.checkpackageignore    | 2 +-
 .../tests/utils/br2-external/package/.checkpackageignore        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/support/testing/tests/utils/br2-external/.checkpackageignore b/support/testing/tests/utils/br2-external/.checkpackageignore
index efb7680173..2a29916d08 100644
--- a/support/testing/tests/utils/br2-external/.checkpackageignore
+++ b/support/testing/tests/utils/br2-external/.checkpackageignore
@@ -1 +1 @@
-package/external/external.mk PackageHeader
+package/external/external.mk lib_mk.PackageHeader
diff --git a/support/testing/tests/utils/br2-external/package/.checkpackageignore b/support/testing/tests/utils/br2-external/package/.checkpackageignore
index 5f4a5e1187..a9368d1c1c 100644
--- a/support/testing/tests/utils/br2-external/package/.checkpackageignore
+++ b/support/testing/tests/utils/br2-external/package/.checkpackageignore
@@ -1 +1 @@
-external/external.mk PackageHeader
+external/external.mk lib_mk.PackageHeader
-- 
2.44.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-11  4:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-10 22:14 [Buildroot] [PATCH] support/testing: regenerate .checkpackageignore used in TestCheckPackage Romain Naour
2024-04-11  4:24 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox