diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-21 10:05:00 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-21 10:05:00 +0000 |
commit | 7d50df6224293c7d434a4e71eb82857cc6ac697e (patch) | |
tree | 9761ebc48919c23810cff7564ab2c0dd581aef9c /include/package-ipkg.mk | |
parent | a34a13c09caf22ccb338791d91a7ed83f5977664 (diff) | |
download | upstream-7d50df6224293c7d434a4e71eb82857cc6ac697e.tar.gz upstream-7d50df6224293c7d434a4e71eb82857cc6ac697e.tar.bz2 upstream-7d50df6224293c7d434a4e71eb82857cc6ac697e.zip |
add 'Provides:' line in ipkg control files
SVN-Revision: 8906
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r-- | include/package-ipkg.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 452ae5032d..f75c0a23f3 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)"; \ |