* [Buildroot] [git commit] package/libcgroup: add newline at end of file
@ 2023-06-25 19:42 Arnout Vandecappelle via buildroot
2023-06-26 7:04 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2023-06-25 19:42 UTC (permalink / raw)
To: buildroot
commit: https://git.buildroot.net/buildroot/commit/?id=fd6b33426962727b97e2ea2a63bfb7a018adcfaf
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
In commit 9d58b525fcfd0d92fcdd3c66d7858213c4b139c6 the newline at the
end got accidentally removed. Re-add it.
Reported by check-package.
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
---
package/libcgroup/Config.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/libcgroup/Config.in b/package/libcgroup/Config.in
index 546b5f3560..9326b967ed 100644
--- a/package/libcgroup/Config.in
+++ b/package/libcgroup/Config.in
@@ -18,4 +18,5 @@ config BR2_PACKAGE_LIBCGROUP_TOOLS
endif
comment "libcgroup needs a toolchain w/ C++"
- depends on !BR2_INSTALL_LIBSTDCPP
\ No newline at end of file
+ depends on !BR2_INSTALL_LIBSTDCPP
+
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [git commit] package/libcgroup: add newline at end of file
2023-06-25 19:42 [Buildroot] [git commit] package/libcgroup: add newline at end of file Arnout Vandecappelle via buildroot
@ 2023-06-26 7:04 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2023-06-26 7:04 UTC (permalink / raw)
To: Arnout Vandecappelle via buildroot
>>>>> "Arnout" == Arnout Vandecappelle via buildroot <buildroot@buildroot.org> writes:
> commit: https://git.buildroot.net/buildroot/commit/?id=fd6b33426962727b97e2ea2a63bfb7a018adcfaf
> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> In commit 9d58b525fcfd0d92fcdd3c66d7858213c4b139c6 the newline at the
> end got accidentally removed. Re-add it.
> Reported by check-package.
> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
> ---
> package/libcgroup/Config.in | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
> diff --git a/package/libcgroup/Config.in b/package/libcgroup/Config.in
> index 546b5f3560..9326b967ed 100644
> --- a/package/libcgroup/Config.in
> +++ b/package/libcgroup/Config.in
> @@ -18,4 +18,5 @@ config BR2_PACKAGE_LIBCGROUP_TOOLS
> endif
> comment "libcgroup needs a toolchain w/ C++"
> - depends on !BR2_INSTALL_LIBSTDCPP
> \ No newline at end of file
> + depends on !BR2_INSTALL_LIBSTDCPP
> +
You accidently added 2 newlines, causing checkpackage to complain about
that. Fixed in git now.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-26 7:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-25 19:42 [Buildroot] [git commit] package/libcgroup: add newline at end of file Arnout Vandecappelle via buildroot
2023-06-26 7:04 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox