* [Buildroot] [PATCH] package/cpulimit: Refresh patch
@ 2024-06-28 8:53 Florian Fainelli
2024-06-28 12:53 ` yann.morin
2024-06-28 20:24 ` Yann E. MORIN
0 siblings, 2 replies; 3+ messages in thread
From: Florian Fainelli @ 2024-06-28 8:53 UTC (permalink / raw)
To: buildroot; +Cc: Bernd Kuhls, Florian Fainelli, Yann E. MORIN, Thomas Petazzoni
Make sure that
/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch applies
cleanly without any fuzz by refreshing it.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
...Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch b/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch
index fa32e3ede22f..c0a457cdfd28 100644
--- a/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch
+++ b/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch
@@ -35,8 +35,8 @@ index 06d73a6f3541..d4f6fab3385c 100644
#include <signal.h>
+#include <libgen.h>
- #include <assert.h>
-
+ #if defined(__APPLE__) || defined(__FREEBSD__)
+ #include <libgen.h>
--
2.25.1
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/cpulimit: Refresh patch
2024-06-28 8:53 [Buildroot] [PATCH] package/cpulimit: Refresh patch Florian Fainelli
@ 2024-06-28 12:53 ` yann.morin
2024-06-28 20:24 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: yann.morin @ 2024-06-28 12:53 UTC (permalink / raw)
To: Florian Fainelli; +Cc: Bernd Kuhls, Yann E. MORIN, Thomas Petazzoni, buildroot
Florian, All,
On 2024-06-28 01:53 -0700, Florian Fainelli spake thusly:
> Make sure that
> /0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch applies
> cleanly without any fuzz by refreshing it.
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Yann E. MORIN <yann.morin@orange.com>
Reviewed-by: Yann E. MORIN <yann.morin@orange.com>
Regards,
Yann E. MORIN.
> ---
> ...Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch b/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch
> index fa32e3ede22f..c0a457cdfd28 100644
> --- a/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch
> +++ b/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch
> @@ -35,8 +35,8 @@ index 06d73a6f3541..d4f6fab3385c 100644
> #include <signal.h>
> +#include <libgen.h>
>
> - #include <assert.h>
> -
> + #if defined(__APPLE__) || defined(__FREEBSD__)
> + #include <libgen.h>
> --
> 2.25.1
>
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
____________
.-----------------.--------------------: _ :------------------.
| Yann E. MORIN | Real-Time Embedded | __/ ) | /"\ ASCII RIBBON |
| | Software Designer | _/ - /' | \ / CAMPAIGN |
| +33 638.411.245 '--------------------: (_ `--, | X AGAINST |
| yann.morin (at) orange.com |_=" ,--' | / \ HTML MAIL |
'--------------------------------------:______/_____:------------------'
____________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.
This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/cpulimit: Refresh patch
2024-06-28 8:53 [Buildroot] [PATCH] package/cpulimit: Refresh patch Florian Fainelli
2024-06-28 12:53 ` yann.morin
@ 2024-06-28 20:24 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2024-06-28 20:24 UTC (permalink / raw)
To: Florian Fainelli; +Cc: Bernd Kuhls, Thomas Petazzoni, buildroot
Florian, All,
On 2024-06-28 01:53 -0700, Florian Fainelli spake thusly:
> Make sure that
> /0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch applies
> cleanly without any fuzz by refreshing it.
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> ...Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch b/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch
> index fa32e3ede22f..c0a457cdfd28 100644
> --- a/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch
> +++ b/package/cpulimit/0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch
> @@ -35,8 +35,8 @@ index 06d73a6f3541..d4f6fab3385c 100644
> #include <signal.h>
> +#include <libgen.h>
>
> - #include <assert.h>
> -
> + #if defined(__APPLE__) || defined(__FREEBSD__)
> + #include <libgen.h>
> --
> 2.25.1
>
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-28 20:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28 8:53 [Buildroot] [PATCH] package/cpulimit: Refresh patch Florian Fainelli
2024-06-28 12:53 ` yann.morin
2024-06-28 20: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