summaryrefslogtreecommitdiffstats
path: root/tools/findutils
diff options
context:
space:
mode:
authorMichael Pratt <mcpratt@pm.me>2023-05-30 05:43:00 -0400
committerPetr Štetiar <ynezz@true.cz>2023-06-05 08:31:54 +0200
commit04053e3f2050b6ea2cdb83c0956034e5fd368d10 (patch)
tree10f52ad82de3f35eff4eb3a56934aac9a692a58f /tools/findutils
parent84f7a45e9e83339d84bcc15f06259b1064cb961a (diff)
downloadopenwrt-04053e3f2050b6ea2cdb83c0956034e5fd368d10.tar.gz
openwrt-04053e3f2050b6ea2cdb83c0956034e5fd368d10.tar.bz2
openwrt-04053e3f2050b6ea2cdb83c0956034e5fd368d10.zip
tools/findutils: define list of installed programs
Define the variable PKG_PROGRAMS for the list of programs installed by findutils, which will create a stampfile for each through a new feature in host-build.mk. Signed-off-by: Michael Pratt <mcpratt@pm.me>
Diffstat (limited to 'tools/findutils')
-rw-r--r--tools/findutils/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/findutils/Makefile b/tools/findutils/Makefile
index ac1d5312c9..fd0cde2145 100644
--- a/tools/findutils/Makefile
+++ b/tools/findutils/Makefile
@@ -14,6 +14,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_HASH:=a2bfb8c09d436770edc59f50fa483e785b161a3b7b9d547573cb08065fd462fe
+PKG_PROGRAMS:=find locate updatedb xargs
+
HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk