From: nico Date: Fri, 21 Sep 2007 10:05:00 +0000 (+0000) Subject: add 'Provides:' line in ipkg control files X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/5b3d59f1da9acb0b12c708169f241bb96d28ec02 add 'Provides:' line in ipkg control files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8906 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 452ae5032..f75c0a23f 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)"; \