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 <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2024-04-18 13:46:24 +02:00
parent f17fa682d1
commit fb279a0a25

View File

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