[openwrt/openwrt] tools/util-linux: remove automake dep
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 7 12:18:58 PST 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b872421795737e2b8df404fd386b64d964fdd7f1
commit b872421795737e2b8df404fd386b64d964fdd7f1
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Fri Nov 7 11:43:37 2025 -0800
tools/util-linux: remove automake dep
In the conversion to meson, this was overlooked.
Fixes e15d5cf7522e: ("tools/util-linux: build with meson")
Signed-off-by: Rosen Penev <rosenp at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20688
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/Makefile b/tools/Makefile
index 9188622eb9..79d3954fef 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -133,7 +133,7 @@ $(curdir)/quilt/compile := $(curdir)/autoconf/compile $(curdir)/findutils/compil
$(curdir)/sdcc/compile := $(curdir)/bison/compile
$(curdir)/squashfs3-lzma/compile := $(curdir)/lzma-old/compile
$(curdir)/squashfs4/compile := $(curdir)/xz/compile $(curdir)/zlib/compile
-$(curdir)/util-linux/compile := $(curdir)/bison/compile $(curdir)/automake/compile
+$(curdir)/util-linux/compile := $(curdir)/bison/compile $(curdir)/meson/compile
$(curdir)/yafut/compile := $(curdir)/cmake/compile
ifneq ($(HOST_OS),Linux)
More information about the lede-commits
mailing list