summaryrefslogtreecommitdiffstats
path: root/include/package-ipkg.mk
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
commit7d50df6224293c7d434a4e71eb82857cc6ac697e (patch)
tree9761ebc48919c23810cff7564ab2c0dd581aef9c /include/package-ipkg.mk
parenta34a13c09caf22ccb338791d91a7ed83f5977664 (diff)
downloadmaster-31e0f0ae-7d50df6224293c7d434a4e71eb82857cc6ac697e.tar.gz
master-31e0f0ae-7d50df6224293c7d434a4e71eb82857cc6ac697e.tar.bz2
master-31e0f0ae-7d50df6224293c7d434a4e71eb82857cc6ac697e.zip
add 'Provides:' line in ipkg control files
SVN-Revision: 8906
Diffstat (limited to 'include/package-ipkg.mk')
-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)"; \