[Buildroot] [PATCH v2 3/4] python-markdown: add host-package support

Samuel Martin s.martin49 at gmail.com
Mon Mar 2 21:59:04 UTC 2015


Hi Gwenhael,

On Wed, Feb 25, 2015 at 8:18 PM, Gwenhael Goavec-Merou
<gwenj at trabucayre.com> wrote:
> From: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.com>
>
> Host-cheetah needs host-markdown.
>
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.com>
> ---
>  package/python-markdown/python-markdown.mk | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/python-markdown/python-markdown.mk b/package/python-markdown/python-markdown.mk
> index 864825e..3b2217e 100644
> --- a/package/python-markdown/python-markdown.mk
> +++ b/package/python-markdown/python-markdown.mk
> @@ -12,3 +12,4 @@ PYTHON_MARKDOWN_LICENSE_FILES = LICENSE.md
>  PYTHON_MARKDOWN_SETUP_TYPE = distutils
>
>  $(eval $(python-package))
> +$(eval $(host-python-package))
> --
> 2.0.5
>

The patch order looks odd... the patch 2/4 uses what is introduced by
the patch 3/4.
It is not a big deal, just a bit confusing at first. ;-)

Regards,

-- 
Samuel


More information about the buildroot mailing list