All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Takumi Takahashi <takumiiinn@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/itstool: new host package
Date: Sat, 30 Sep 2023 21:49:08 +0200	[thread overview]
Message-ID: <20230930214908.43fe7898@windsurf> (raw)
In-Reply-To: <20230930191455.757426-1-takumiiinn@gmail.com>

Hello,

Thanks also for this patch. See below some comments.

On Sun,  1 Oct 2023 04:14:54 +0900
Takumi Takahashi <takumiiinn@gmail.com> wrote:

> Translate XML with PO files using W3C Internationalization Tag Set rules

We need your Signed-off-by: line here.

Also, it would be useful to have some details in the commit log on the
why it makes sense to have this package as a host package, like how it
gets used by you.

> ---
>  package/itstool/itstool.hash |  4 ++++
>  package/itstool/itstool.mk   | 15 +++++++++++++++
>  2 files changed, 19 insertions(+)

Please add an entry in the DEVELOPERS file for this package.

As it seems to be a "user-facing" tool, it probably needs a
Config.in.host file, included from package/Config.in.host.

> +ITSTOOL_VERSION = 2.0.7
> +ITSTOOL_SITE = $(call github,itstool,itstool,$(ITSTOOL_VERSION))
> +ITSTOOL_LICENSE = GPL-3.0+
> +ITSTOOL_LICENSE_FILES = COPYING COPYING.GPL3

> +HOST_ITSTOOL_DEPENDENCIES = host-python3 host-libxml2

I don't think host-libxml2 is going to be sufficient here, as we don't
build the Python bindings:

HOST_LIBXML2_CONF_OPTS = --without-zlib --without-lzma --without-python

So it looks like a new option in package/libxml2/Config.in.host would
be needed, to request building the Python bindings.

Best regards,

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

      reply	other threads:[~2023-09-30 19:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-30 19:14 [Buildroot] [PATCH] package/itstool: new host package Takumi Takahashi
2023-09-30 19:49 ` Thomas Petazzoni via buildroot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230930214908.43fe7898@windsurf \
    --to=buildroot@buildroot.org \
    --cc=takumiiinn@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.