include section name in the package metadata
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Jan 2007 12:21:39 +0000 (12:21 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Jan 2007 12:21:39 +0000 (12:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6094 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/package.mk

index 97f82b9..616cc97 100644 (file)
@@ -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)"; \
This page took 0.033652 seconds and 4 git commands to generate.