From: nbd Date: Sun, 14 Jan 2007 12:21:39 +0000 (+0000) Subject: include section name in the package metadata X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=7c9240f3e70396e7fffc9c7d242a38584cd67455;p=openwrt.git include section name in the package metadata git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6094 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/package.mk b/include/package.mk index 97f82b9657..616cc975f4 100644 --- a/include/package.mk +++ b/include/package.mk @@ -178,6 +178,7 @@ define BuildPackage echo "Depends: $$(IDEPEND_$(1))"; \ echo "Provides: $(PROVIDES)"; \ echo "Build-Depends: $(PKG_BUILDDEP)"; \ + echo "Section: $(SECTION)"; \ echo "Category: $(CATEGORY)"; \ echo "Title: $(TITLE)"; \ echo "Maintainer: $(MAINTAINER)"; \