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 | 437eaca2fa7795e0f31bf796000e7ec2a1b7bdf0 (patch) | |
tree | 4b717ed7ffbca906d998f7ff396d1af7196db30d /include | |
parent | c7f499c2e25418dafcd99cf966bdfade30f19fa3 (diff) | |
download | upstream-437eaca2fa7795e0f31bf796000e7ec2a1b7bdf0.tar.gz upstream-437eaca2fa7795e0f31bf796000e7ec2a1b7bdf0.tar.bz2 upstream-437eaca2fa7795e0f31bf796000e7ec2a1b7bdf0.zip |
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 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)"; \ |