[Buildroot] [PATCH 1/2] package/python-brotli: add missing C++ comment

Arnout Vandecappelle arnout at mind.be
Mon Apr 4 19:29:44 UTC 2022



On 03/04/2022 11:20, Fabrice Fontaine wrote:
> python-brotli needs C++ since its addition in commit
> 2f176b837bbd2eb5ab4d23b7ba0528e548287aa7 so add a comment about it
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

  Applied both to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-brotli/Config.in | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/package/python-brotli/Config.in b/package/python-brotli/Config.in
> index 1c09c26866..c31315392b 100644
> --- a/package/python-brotli/Config.in
> +++ b/package/python-brotli/Config.in
> @@ -5,3 +5,6 @@ config BR2_PACKAGE_PYTHON_BROTLI
>   	  Python bindings for the Brotli compression library.
>   
>   	  https://github.com/google/brotli
> +
> +comment "python-brotli needs a toolchain w/ C++"
> +	depends on !BR2_INSTALL_LIBSTDCPP



More information about the buildroot mailing list