[openwrt/openwrt] include/package-pack: Set missing Maintainer and URL for APK
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 24 03:47:41 PDT 2024
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6835ff8cbcc826ce64b073872e740a7399cb0b47
commit 6835ff8cbcc826ce64b073872e740a7399cb0b47
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Thu Oct 24 12:46:47 2024 +0200
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 <ansuelsmth at gmail.com>
---
include/package-pack.mk | 2 ++
1 file changed, 2 insertions(+)
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" \
More information about the lede-commits
mailing list