diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-21 10:05:00 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-21 10:05:00 +0000 |
commit | 5b3d59f1da9acb0b12c708169f241bb96d28ec02 (patch) | |
tree | 4b717ed7ffbca906d998f7ff396d1af7196db30d /include | |
parent | 15331876847019b1a3cdec43dcc19073b6b41dd2 (diff) |
add 'Provides:' line in ipkg control files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-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 452ae5032..f75c0a23f 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)"; \ |