aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-21 10:05:00 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-21 10:05:00 +0000
commit437eaca2fa7795e0f31bf796000e7ec2a1b7bdf0 (patch)
tree4b717ed7ffbca906d998f7ff396d1af7196db30d /include
parentc7f499c2e25418dafcd99cf966bdfade30f19fa3 (diff)
downloadmaster-187ad058-437eaca2fa7795e0f31bf796000e7ec2a1b7bdf0.tar.gz
master-187ad058-437eaca2fa7795e0f31bf796000e7ec2a1b7bdf0.tar.bz2
master-187ad058-437eaca2fa7795e0f31bf796000e7ec2a1b7bdf0.zip
add 'Provides:' line in ipkg control files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/package-ipkg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index 452ae5032d..f75c0a23f3 100644
--- 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)"; \