projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7f499c
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8906
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package-ipkg.mk
patch
|
blob
|
history
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index
452ae50
..
f75c0a2
100644
(file)
--- a/
include/package-ipkg.mk
+++ b/
include/package-ipkg.mk
@@
-60,6
+60,7
@@
ifeq ($(DUMP),)
DEPENDS=$$$${DEPENDS:+$$$$DEPENDS, }$$$${depend##+}; \
done; \
echo "Depends: $$$$DEPENDS"; \
+ echo "Provides: $(PROVIDES)"; \
echo "Source: $(SOURCE)"; \
echo "Section: $(SECTION)"; \
echo "Priority: $(PRIORITY)"; \