prime .ipk control files with Status: field to introduce hold for post flash installed packages
SVN-Revision: 23175
This commit is contained in:
parent
8e9dfc063f
commit
cb4c39b55d
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ ifeq ($(DUMP),)
|
||||||
echo "Provides: $(PROVIDES)"; \
|
echo "Provides: $(PROVIDES)"; \
|
||||||
echo "Source: $(SOURCE)"; \
|
echo "Source: $(SOURCE)"; \
|
||||||
echo "Section: $(SECTION)"; \
|
echo "Section: $(SECTION)"; \
|
||||||
|
echo "Status: install $(if $(filter hold,$(PKG_FLAGS)),hold,ok) not-installed"; \
|
||||||
echo "Priority: $(PRIORITY)"; \
|
echo "Priority: $(PRIORITY)"; \
|
||||||
echo "Maintainer: $(MAINTAINER)"; \
|
echo "Maintainer: $(MAINTAINER)"; \
|
||||||
echo "Architecture: $(PKGARCH)"; \
|
echo "Architecture: $(PKGARCH)"; \
|
||||||
|
|
Loading…
Reference in a new issue