From: Christian Marangi Date: Thu, 24 Oct 2024 10:46:47 +0000 (+0200) Subject: include/package-pack: Set missing Maintainer and URL for APK X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6835ff8cbcc826ce64b073872e740a7399cb0b47;p=openwrt%2Fstaging%2Fansuel.git include/package-pack: Set missing Maintainer and URL for APK Set missing Maintainer and URL info for .apk creation. Fixes: d788ab376f85 ("build: add APK package build capabilities") Signed-off-by: Christian Marangi --- diff --git a/include/package-pack.mk b/include/package-pack.mk index 9a284e05d4..9991050c14 100644 --- a/include/package-pack.mk +++ b/include/package-pack.mk @@ -343,6 +343,8 @@ else --info "arch:$(PKGARCH)" \ --info "license:$(LICENSE)" \ --info "origin:$(SOURCE)" \ + --info "url:$(URL)" \ + --info "maintainer:$(MAINTAINER)" \ --info "provides:$$(foreach prov,$$(filter-out $(1)$$(ABIV_$(1)),$(PROVIDES)$$(if $$(ABIV_$(1)), \ $(1) $(foreach provide,$(PROVIDES),$(provide)$$(ABIV_$(1))))),$$(prov)=$(VERSION) )" \ --script "post-install:$$(ADIR_$(1))/post-install" \