add maintainer to package metadata
[openwrt.git] / include / package.mk
index ffab228..97f82b9 100644 (file)
@@ -180,6 +180,7 @@ define BuildPackage
        echo "Build-Depends: $(PKG_BUILDDEP)"; \
        echo "Category: $(CATEGORY)"; \
        echo "Title: $(TITLE)"; \
+       echo "Maintainer: $(MAINTAINER)"; \
        if isset $(call shvar,Package/$(1)/description); then \
                echo -n "Description: "; \
                getvar $(call shvar,Package/$(1)/description); \
This page took 0.023177 seconds and 4 git commands to generate.