All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-decorator: python3 is also needed for host
@ 2021-10-07 16:09 Fabrice Fontaine
  2021-10-14 20:38 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-10-07 16:09 UTC (permalink / raw)
  To: buildroot; +Cc: Andrey Smirnov, Fabrice Fontaine, Asaf Kahlon, Thomas Petazzoni

Commit 7bfe142e0d84400e386286347afd6e26f90b8aae forgot to set
HOST_PYTHON_DECORATOR_NEEDS_HOST_PYTHON

Fixes:
 - http://autobuild.buildroot.org/results/d11433a8076798d6088f92716608ebbe1c6aee9c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-decorator/python-decorator.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-decorator/python-decorator.mk b/package/python-decorator/python-decorator.mk
index a61f045e2a..a7e338bdc0 100644
--- a/package/python-decorator/python-decorator.mk
+++ b/package/python-decorator/python-decorator.mk
@@ -12,6 +12,7 @@ PYTHON_DECORATOR_LICENSE_FILES = LICENSE.txt
 PYTHON_DECORATOR_CPE_ID_VENDOR = python
 PYTHON_DECORATOR_CPE_ID_PRODUCT = decorator
 PYTHON_DECORATOR_SETUP_TYPE = setuptools
+HOST_PYTHON_DECORATOR_NEEDS_HOST_PYTHON = python3
 
 $(eval $(python-package))
 $(eval $(host-python-package))
-- 
2.33.0

_______________________________________________
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] [PATCH 1/1] package/python-decorator: python3 is also needed for host
  2021-10-07 16:09 [Buildroot] [PATCH 1/1] package/python-decorator: python3 is also needed for host Fabrice Fontaine
@ 2021-10-14 20:38 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-10-14 20:38 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Andrey Smirnov, Thomas Petazzoni, Asaf Kahlon



On 07/10/2021 18:09, Fabrice Fontaine wrote:
> Commit 7bfe142e0d84400e386286347afd6e26f90b8aae forgot to set
> HOST_PYTHON_DECORATOR_NEEDS_HOST_PYTHON
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/d11433a8076798d6088f92716608ebbe1c6aee9c
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-decorator/python-decorator.mk | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/package/python-decorator/python-decorator.mk b/package/python-decorator/python-decorator.mk
> index a61f045e2a..a7e338bdc0 100644
> --- a/package/python-decorator/python-decorator.mk
> +++ b/package/python-decorator/python-decorator.mk
> @@ -12,6 +12,7 @@ PYTHON_DECORATOR_LICENSE_FILES = LICENSE.txt
>   PYTHON_DECORATOR_CPE_ID_VENDOR = python
>   PYTHON_DECORATOR_CPE_ID_PRODUCT = decorator
>   PYTHON_DECORATOR_SETUP_TYPE = setuptools
> +HOST_PYTHON_DECORATOR_NEEDS_HOST_PYTHON = python3
>   
>   $(eval $(python-package))
>   $(eval $(host-python-package))
> 
_______________________________________________
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:[~2021-10-14 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 16:09 [Buildroot] [PATCH 1/1] package/python-decorator: python3 is also needed for host Fabrice Fontaine
2021-10-14 20:38 ` Arnout Vandecappelle

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.