diff mbox series

support/testing: regenerate .checkpackageignore used in TestCheckPackage

Message ID 20240410221448.88466-1-romain.naour@smile.fr
State Accepted
Headers show
Series support/testing: regenerate .checkpackageignore used in TestCheckPackage | expand

Commit Message

Romain Naour April 10, 2024, 10:14 p.m. UTC
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(-)

Comments

Yann E. MORIN April 11, 2024, 4:24 a.m. UTC | #1
Romain, All,

On 2024-04-11 00:14 +0200, Romain Naour spake thusly:
> 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.

Gah! Thanks for fixing my mess!

> 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>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  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
>
diff mbox series

Patch

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