add 'Provides:' line in ipkg control files
SVN-Revision: 8906
This commit is contained in:
parent
a34a13c09c
commit
7d50df6224
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue