All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/webkitgtk: depend on host-python3
@ 2021-10-15  0:39 Adam Duskett
  2021-10-17 18:09 ` Adrian Perez de Castro
  2021-10-18 19:42 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Duskett @ 2021-10-15  0:39 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, Adam Duskett

webkitgtk builds without issue using host-python3.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 package/webkitgtk/webkitgtk.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk
index 87aeffea45..a3db249ae6 100644
--- a/package/webkitgtk/webkitgtk.mk
+++ b/package/webkitgtk/webkitgtk.mk
@@ -13,7 +13,7 @@ WEBKITGTK_LICENSE_FILES = \
 	Source/WebCore/LICENSE-APPLE \
 	Source/WebCore/LICENSE-LGPL-2.1
 WEBKITGTK_CPE_ID_VENDOR = webkitgtk
-WEBKITGTK_DEPENDENCIES = host-ruby host-python host-gperf \
+WEBKITGTK_DEPENDENCIES = host-ruby host-python3 host-gperf \
 	enchant harfbuzz icu jpeg libgcrypt libgtk3 libsecret libsoup \
 	libtasn1 libxml2 libxslt openjpeg sqlite webp woff2
 WEBKITGTK_CONF_OPTS = \
-- 
2.30.2

_______________________________________________
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 1/1] package/webkitgtk: depend on host-python3
  2021-10-15  0:39 [Buildroot] [PATCH 1/1] package/webkitgtk: depend on host-python3 Adam Duskett
@ 2021-10-17 18:09 ` Adrian Perez de Castro
  2021-10-18 19:42 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Perez de Castro @ 2021-10-17 18:09 UTC (permalink / raw)
  To: Adam Duskett; +Cc: Adam Duskett, buildroot


[-- Attachment #1.1: Type: text/plain, Size: 1006 bytes --]

On Thu, 14 Oct 2021 17:39:09 -0700 Adam Duskett <aduskett@gmail.com> wrote:
> webkitgtk builds without issue using host-python3.
> 
> Signed-off-by: Adam Duskett <aduskett@gmail.com>

Acked-By: Adrian Perez de Castro <aperez@igalia.com>

> ---
>  package/webkitgtk/webkitgtk.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk
> index 87aeffea45..a3db249ae6 100644
> --- a/package/webkitgtk/webkitgtk.mk
> +++ b/package/webkitgtk/webkitgtk.mk
> @@ -13,7 +13,7 @@ WEBKITGTK_LICENSE_FILES = \
>  	Source/WebCore/LICENSE-APPLE \
>  	Source/WebCore/LICENSE-LGPL-2.1
>  WEBKITGTK_CPE_ID_VENDOR = webkitgtk
> -WEBKITGTK_DEPENDENCIES = host-ruby host-python host-gperf \
> +WEBKITGTK_DEPENDENCIES = host-ruby host-python3 host-gperf \
>  	enchant harfbuzz icu jpeg libgcrypt libgtk3 libsecret libsoup \
>  	libtasn1 libxml2 libxslt openjpeg sqlite webp woff2
>  WEBKITGTK_CONF_OPTS = \
> -- 
> 2.30.2
> 

Cheers,
—Adrián

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
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 1/1] package/webkitgtk: depend on host-python3
  2021-10-15  0:39 [Buildroot] [PATCH 1/1] package/webkitgtk: depend on host-python3 Adam Duskett
  2021-10-17 18:09 ` Adrian Perez de Castro
@ 2021-10-18 19:42 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-10-18 19:42 UTC (permalink / raw)
  To: Adam Duskett; +Cc: Adrian Perez de Castro, buildroot

On Thu, 14 Oct 2021 17:39:09 -0700
Adam Duskett <aduskett@gmail.com> wrote:

> webkitgtk builds without issue using host-python3.
> 
> Signed-off-by: Adam Duskett <aduskett@gmail.com>
> ---
>  package/webkitgtk/webkitgtk.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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:[~2021-10-18 19:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15  0:39 [Buildroot] [PATCH 1/1] package/webkitgtk: depend on host-python3 Adam Duskett
2021-10-17 18:09 ` Adrian Perez de Castro
2021-10-18 19:42 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.