add 'Provides:' line in ipkg control files
authorNicolas Thill <nico@openwrt.org>
Fri, 21 Sep 2007 10:05:00 +0000 (10:05 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 21 Sep 2007 10:05:00 +0000 (10:05 +0000)
SVN-Revision: 8906

include/package-ipkg.mk

index 597f5f87c350b5cd6d2f2b757affcd724fe10533..4874313280c148ffbe745f6df541223d75bc6a8a 100644 (file)
@@ -48,6 +48,7 @@ ifeq ($(DUMP),)
                        DEPENDS=$$$${DEPENDS:+$$$$DEPENDS, }$$$${depend##+}; \
                done; \
                echo "Depends: $$$$DEPENDS"; \
+               echo "Provides: $(PROVIDES)"; \
                echo "Source: $(SOURCE)"; \
                echo "Section: $(SECTION)"; \
                echo "Priority: $(PRIORITY)"; \