From fb279a0a25e59ac8bc18a127d7e6aaba7349c623 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 18 Apr 2024 13:46:24 +0200 Subject: [PATCH] luci-base: add additional prepare handling for the licenses files Copy the licenses file for luci into the build tree for further processing. This is achieved by the new additional prepare handling, that was added with commit '3b135c381cd5e5efd10353b76344e33e5230c870'. Signed-off-by: Florian Eckert --- modules/luci-base/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index 789e6a4bf6..856e4d186a 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -52,6 +52,11 @@ fi exit 0 endef +define Build/Prepare/luci-base + $(CP) ../../NOTICE $(PKG_BUILD_DIR) + $(CP) ../../LICENSE $(PKG_BUILD_DIR) +endef + include ../../luci.mk define Host/Configure -- 2.30.2