* [Buildroot] [PATCH] package/pkg-qmake.mk: drop host-perl dependency
@ 2023-09-02 13:33 Thomas Petazzoni via buildroot
2023-12-28 20:43 ` Yann E. MORIN
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-09-02 13:33 UTC (permalink / raw)
To: buildroot; +Cc: Naumann Andreas, Thomas Petazzoni
Since commit 5770a645a3a49a3f0f02972131a4ff5283b4c11e ("package/qt5:
bump packages to latest kde submodule versions"), the
QT_HEADERS_SYNC_HOOK hook no longer calls the syncqt.pl script, so
host-perl is no longer needed as a dependency of running this
hook (and as a dependency of building Qt).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
package/pkg-qmake.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/pkg-qmake.mk b/package/pkg-qmake.mk
index fdaddf08df..ccf78692e8 100644
--- a/package/pkg-qmake.mk
+++ b/package/pkg-qmake.mk
@@ -50,7 +50,6 @@ $(2)_DEPENDENCIES += qt5base
endif
ifeq ($$($(2)_SYNC_QT_HEADERS),YES)
-$(2)_DEPENDENCIES += host-perl
$(2)_PRE_CONFIGURE_HOOKS += QT_HEADERS_SYNC_HOOK
endif
--
2.41.0
_______________________________________________
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/pkg-qmake.mk: drop host-perl dependency
2023-09-02 13:33 [Buildroot] [PATCH] package/pkg-qmake.mk: drop host-perl dependency Thomas Petazzoni via buildroot
@ 2023-12-28 20:43 ` Yann E. MORIN
2024-01-10 19:39 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2023-12-28 20:43 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: Naumann Andreas, buildroot
Thomas, All,
On 2023-09-02 15:33 +0200, Thomas Petazzoni via buildroot spake thusly:
> Since commit 5770a645a3a49a3f0f02972131a4ff5283b4c11e ("package/qt5:
> bump packages to latest kde submodule versions"), the
> QT_HEADERS_SYNC_HOOK hook no longer calls the syncqt.pl script, so
> host-perl is no longer needed as a dependency of running this
> hook (and as a dependency of building Qt).
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/pkg-qmake.mk | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/package/pkg-qmake.mk b/package/pkg-qmake.mk
> index fdaddf08df..ccf78692e8 100644
> --- a/package/pkg-qmake.mk
> +++ b/package/pkg-qmake.mk
> @@ -50,7 +50,6 @@ $(2)_DEPENDENCIES += qt5base
> endif
>
> ifeq ($$($(2)_SYNC_QT_HEADERS),YES)
> -$(2)_DEPENDENCIES += host-perl
> $(2)_PRE_CONFIGURE_HOOKS += QT_HEADERS_SYNC_HOOK
> endif
>
> --
> 2.41.0
>
> _______________________________________________
> 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* Re: [Buildroot] [PATCH] package/pkg-qmake.mk: drop host-perl dependency
2023-12-28 20:43 ` Yann E. MORIN
@ 2024-01-10 19:39 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-01-10 19:39 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: Naumann Andreas, Thomas Petazzoni, buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> Thomas, All,
> On 2023-09-02 15:33 +0200, Thomas Petazzoni via buildroot spake thusly:
>> Since commit 5770a645a3a49a3f0f02972131a4ff5283b4c11e ("package/qt5:
>> bump packages to latest kde submodule versions"), the
>> QT_HEADERS_SYNC_HOOK hook no longer calls the syncqt.pl script, so
>> host-perl is no longer needed as a dependency of running this
>> hook (and as a dependency of building Qt).
>>
>> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Applied to master, thanks.
Committed to 2023.02.x and 2023.11.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
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-01-10 19:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-02 13:33 [Buildroot] [PATCH] package/pkg-qmake.mk: drop host-perl dependency Thomas Petazzoni via buildroot
2023-12-28 20:43 ` Yann E. MORIN
2024-01-10 19:39 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox