Browse Source

add 'Provides:' line in ipkg control files

SVN-Revision: 8906
Nicolas Thill 18 years ago
parent
commit
7d50df6224
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/package-ipkg.mk

+ 1 - 0
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)"; \