mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 08:38:58 +02:00
add maintainer to package metadata
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6089 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4f811838bc
commit
d7b0d6669f
@ -180,6 +180,7 @@ define BuildPackage
|
|||||||
echo "Build-Depends: $(PKG_BUILDDEP)"; \
|
echo "Build-Depends: $(PKG_BUILDDEP)"; \
|
||||||
echo "Category: $(CATEGORY)"; \
|
echo "Category: $(CATEGORY)"; \
|
||||||
echo "Title: $(TITLE)"; \
|
echo "Title: $(TITLE)"; \
|
||||||
|
echo "Maintainer: $(MAINTAINER)"; \
|
||||||
if isset $(call shvar,Package/$(1)/description); then \
|
if isset $(call shvar,Package/$(1)/description); then \
|
||||||
echo -n "Description: "; \
|
echo -n "Description: "; \
|
||||||
getvar $(call shvar,Package/$(1)/description); \
|
getvar $(call shvar,Package/$(1)/description); \
|
||||||
|
Loading…
Reference in New Issue
Block a user