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>
This commit is contained in:
Michael Pratt 2023-05-30 05:43:00 -04:00 committed by Petr Štetiar
parent 84f7a45e9e
commit 04053e3f20
No known key found for this signature in database
GPG Key ID: 58EE120F30CC02D3
1 changed files with 2 additions and 0 deletions

View File

@ -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