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 452ae5032d2cc4390d7481b63da5022bae6791c5..f75c0a23f3d2019b745e27bc205abb00140c3853 100644 (file)
@@ -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)"; \