* [Buildroot] [PATCH 1/1] package/python-greenlet: add missing C++ dependency
@ 2023-01-27 5:06 James Hilliard
2023-01-27 5:14 ` Yegor Yefremov via buildroot
2023-01-28 21:40 ` Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2023-01-27 5:06 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Fixes:
- http://autobuild.buildroot.net/results/529/5291fe0fac1d5c7b6587e4a566991a764a2632fb
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-greenlet/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/python-greenlet/Config.in b/package/python-greenlet/Config.in
index 9f66ebe119..32ccdaae27 100644
--- a/package/python-greenlet/Config.in
+++ b/package/python-greenlet/Config.in
@@ -12,6 +12,7 @@ config BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS
config BR2_PACKAGE_PYTHON_GREENLET
bool "python-greenlet"
depends on BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS
+ depends on BR2_INSTALL_LIBSTDCPP
help
Lightweight in-process concurrent programming.
--
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 1/1] package/python-greenlet: add missing C++ dependency
2023-01-27 5:06 [Buildroot] [PATCH 1/1] package/python-greenlet: add missing C++ dependency James Hilliard
@ 2023-01-27 5:14 ` Yegor Yefremov via buildroot
2023-01-28 21:40 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Yegor Yefremov via buildroot @ 2023-01-27 5:14 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
On Fri, Jan 27, 2023 at 6:06 AM James Hilliard
<james.hilliard1@gmail.com> wrote:
>
> Fixes:
> - http://autobuild.buildroot.net/results/529/5291fe0fac1d5c7b6587e4a566991a764a2632fb
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
> package/python-greenlet/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/python-greenlet/Config.in b/package/python-greenlet/Config.in
> index 9f66ebe119..32ccdaae27 100644
> --- a/package/python-greenlet/Config.in
> +++ b/package/python-greenlet/Config.in
> @@ -12,6 +12,7 @@ config BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS
> config BR2_PACKAGE_PYTHON_GREENLET
> bool "python-greenlet"
> depends on BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS
> + depends on BR2_INSTALL_LIBSTDCPP
> help
> Lightweight in-process concurrent programming.
>
> --
> 2.34.1
>
_______________________________________________
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/python-greenlet: add missing C++ dependency
2023-01-27 5:06 [Buildroot] [PATCH 1/1] package/python-greenlet: add missing C++ dependency James Hilliard
2023-01-27 5:14 ` Yegor Yefremov via buildroot
@ 2023-01-28 21:40 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-01-28 21:40 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
On Thu, 26 Jan 2023 22:06:13 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:
> Fixes:
> - http://autobuild.buildroot.net/results/529/5291fe0fac1d5c7b6587e4a566991a764a2632fb
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-greenlet/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/python-greenlet/Config.in b/package/python-greenlet/Config.in
> index 9f66ebe119..32ccdaae27 100644
> --- a/package/python-greenlet/Config.in
> +++ b/package/python-greenlet/Config.in
> @@ -12,6 +12,7 @@ config BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS
> config BR2_PACKAGE_PYTHON_GREENLET
> bool "python-greenlet"
> depends on BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS
> + depends on BR2_INSTALL_LIBSTDCPP
When a toolchain dependency like this is added a Config.in comment is
needed. I've added it and applied. Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
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:[~2023-01-28 21:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-27 5:06 [Buildroot] [PATCH 1/1] package/python-greenlet: add missing C++ dependency James Hilliard
2023-01-27 5:14 ` Yegor Yefremov via buildroot
2023-01-28 21:40 ` Thomas Petazzoni via buildroot
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.