瀏覽代碼

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 <[email protected]>
Michael Pratt 2 年之前
父節點
當前提交
04053e3f20
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tools/findutils/Makefile

+ 2 - 0
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