projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
374f384
)
include section name in the package metadata
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 14 Jan 2007 12:21:39 +0000
(12:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 14 Jan 2007 12:21:39 +0000
(12:21 +0000)
SVN-Revision: 6094
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index 97f82b9657cbce22a8522a235d1a5c459e395649..616cc975f4a3a59e57bdbb74016e34c02ecb27c6 100644
(file)
--- 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)"; \