projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4372d7
)
add 'Provides:' line in ipkg control files
author
Nicolas Thill
<nico@openwrt.org>
Fri, 21 Sep 2007 10:05:00 +0000
(10:05 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 21 Sep 2007 10:05:00 +0000
(10:05 +0000)
SVN-Revision: 8906
include/package-ipkg.mk
patch
|
blob
|
history
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index 597f5f87c350b5cd6d2f2b757affcd724fe10533..4874313280c148ffbe745f6df541223d75bc6a8a 100644
(file)
--- a/
include/package-ipkg.mk
+++ b/
include/package-ipkg.mk
@@
-48,6
+48,7
@@
ifeq ($(DUMP),)
DEPENDS=$$$${DEPENDS:+$$$$DEPENDS, }$$$${depend##+}; \
done; \
echo "Depends: $$$$DEPENDS"; \
+ echo "Provides: $(PROVIDES)"; \
echo "Source: $(SOURCE)"; \
echo "Section: $(SECTION)"; \
echo "Priority: $(PRIORITY)"; \