projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar7] revert part of r16112, the setup.c part needs more testing
[openwrt.git]
/
include
/
package-dumpinfo.mk
diff --git
a/include/package-dumpinfo.mk
b/include/package-dumpinfo.mk
index
f08788b
..
db8d9c1
100644
(file)
--- a/
include/package-dumpinfo.mk
+++ b/
include/package-dumpinfo.mk
@@
-32,8
+32,10
@@
$(if $(MENU),Menu: $(MENU)
)Version: $(VERSION)
Depends: $(DEPENDS)
Provides: $(PROVIDES)
)Version: $(VERSION)
Depends: $(DEPENDS)
Provides: $(PROVIDES)
-Build-Depends: $(PKG_BUILD_DEPENDS)
-Section: $(SECTION)
+$(if $(PKG_BUILD_DEPENDS),Build-Depends: $(PKG_BUILD_DEPENDS)
+)$(if $(HOST_BUILD_DEPENDS),Build-Depends/host: $(HOST_BUILD_DEPENDS)
+)$(if $(BUILD_TYPES),Build-Types: $(BUILD_TYPES)
+)Section: $(SECTION)
Category: $(CATEGORY)
Title: $(TITLE)
Maintainer: $(MAINTAINER)
Category: $(CATEGORY)
Title: $(TITLE)
Maintainer: $(MAINTAINER)
This page took
0.025235 seconds
and
4
git commands to generate.