From 8d4f9a7d59993cd71cfecd05938993d03b02f883 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 21 Sep 2007 10:05:00 +0000 Subject: [PATCH] add 'Provides:' line in ipkg control files SVN-Revision: 8906 --- include/package-ipkg.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 597f5f87c3..4874313280 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -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)"; \ -- 2.30.2