[Buildroot] [PATCH] package/python-pygments: support host package

Takumi Takahashi takumiiinn at gmail.com
Sun Oct 1 03:37:20 UTC 2023


Sorry, I'm not familiar with Git operations and forgot to add the patch version.
Give the new patch version and submit again.

2023年10月1日(日) 12:29 Takumi Takahashi <takumiiinn at gmail.com>:
>
> The reason this patch is needed is because gtk-doc requires pygments.
> The final goal is to submit a patch for lightdm, but since gtk-doc is
> required to build lightdm, pygments will also be required.
>
> Signed-off-by: Takumi Takahashi <takumiiinn at gmail.com>
> ---
>  package/python-pygments/python-pygments.mk | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/python-pygments/python-pygments.mk b/package/python-pygments/python-pygments.mk
> index f151f0061b..e6d5ba25f5 100644
> --- a/package/python-pygments/python-pygments.mk
> +++ b/package/python-pygments/python-pygments.mk
> @@ -14,3 +14,4 @@ PYTHON_PYGMENTS_CPE_ID_PRODUCT = pygments
>  PYTHON_PYGMENTS_SETUP_TYPE = setuptools
>
>  $(eval $(python-package))
> +$(eval $(host-python-package))
> --
> 2.42.0
>



More information about the buildroot mailing list