mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:59:40 +02:00
add 'Provides:' line in ipkg control files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8906 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1533187684
commit
5b3d59f1da
@ -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