From: Nicolas Thill Date: Fri, 21 Sep 2007 10:05:00 +0000 (+0000) Subject: add 'Provides:' line in ipkg control files X-Git-Tag: reboot~28042 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7d50df6224293c7d434a4e71eb82857cc6ac697e;p=openwrt%2Fstaging%2Fchunkeey.git add 'Provides:' line in ipkg control files SVN-Revision: 8906 --- 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)"; \