mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-26 16:43:01 +00:00
add 'Provides:' line in ipkg control files
SVN-Revision: 8906
This commit is contained in:
parent
a34a13c09c
commit
7d50df6224
@ -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)"; \
|
||||
|
Loading…
Reference in New Issue
Block a user