[openwrt/openwrt] tools/coreutils: do not require gettext or gperf

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 26 05:38:35 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/40c241d85738c08c5ef8db78ff008197f05c6b88

commit 40c241d85738c08c5ef8db78ff008197f05c6b88
Author: Michael Pratt <mcpratt at pm.me>
AuthorDate: Thu May 15 14:02:02 2025 -0400

    tools/coreutils: do not require gettext or gperf
    
    The bootstrap configuration is set to require
    gettext and gperf for regenerating documentation and headers.
    However, these steps are skipped in favor
    of not building documentation and using existing headers.
    
    Signed-off-by: Michael Pratt <mcpratt at pm.me>
    Link: https://github.com/openwrt/openwrt/pull/16522
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 tools/coreutils/patches/000-bootstrap.patch | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/tools/coreutils/patches/000-bootstrap.patch b/tools/coreutils/patches/000-bootstrap.patch
index 68db19084f..ea0ea7e37e 100644
--- a/tools/coreutils/patches/000-bootstrap.patch
+++ b/tools/coreutils/patches/000-bootstrap.patch
@@ -43,3 +43,17 @@
    grep '^[	 ]*AM_GNU_GETTEXT_VERSION(' configure.ac >/dev/null || \
        with_gettext=no
  
+--- a/bootstrap.conf
++++ b/bootstrap.conf
+@@ -349,11 +349,8 @@ gnulib_tool_option_extras="--tests-base=
+ buildreq="\
+ autoconf   2.64
+ automake   1.11.2
+-autopoint  0.19.2
+ bison      -
+-gettext    0.19.2
+ git        1.4.4
+-gperf      -
+ gzip       -
+ m4         -
+ makeinfo   6.1




More information about the lede-commits mailing list