* [Buildroot] [PATCH] package/itstool: new host package
@ 2023-09-30 19:14 Takumi Takahashi
2023-09-30 19:49 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Takumi Takahashi @ 2023-09-30 19:14 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni, Takumi Takahashi
Translate XML with PO files using W3C Internationalization Tag Set rules
---
package/itstool/itstool.hash | 4 ++++
package/itstool/itstool.mk | 15 +++++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 package/itstool/itstool.hash
create mode 100644 package/itstool/itstool.mk
diff --git a/package/itstool/itstool.hash b/package/itstool/itstool.hash
new file mode 100644
index 0000000000..7bd533c0d2
--- /dev/null
+++ b/package/itstool/itstool.hash
@@ -0,0 +1,4 @@
+# Locally computed
+sha256 fba78a37dc3535e4686c7f57407b97d03c676e3a57beac5fb2315162b0cc3176 itstool-2.0.7.tar.gz
+sha256 f907bf6e8a3f4911af6904597c9dcb6b415ab2facf8d403fa3c5afa1f533ab90 COPYING
+sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING.GPL3
diff --git a/package/itstool/itstool.mk b/package/itstool/itstool.mk
new file mode 100644
index 0000000000..3b738c2f01
--- /dev/null
+++ b/package/itstool/itstool.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# itstool
+#
+################################################################################
+
+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
+
+ITSTOOL_AUTORECONF = YES
+
+$(eval $(host-autotools-package))
--
2.42.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/itstool: new host package
2023-09-30 19:14 [Buildroot] [PATCH] package/itstool: new host package Takumi Takahashi
@ 2023-09-30 19:49 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-09-30 19:49 UTC (permalink / raw)
To: Takumi Takahashi; +Cc: buildroot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-30 19:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-30 19:14 [Buildroot] [PATCH] package/itstool: new host package Takumi Takahashi
2023-09-30 19:49 ` 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.