prime .ipk control files with Status: field to introduce hold for post flash installed packages

SVN-Revision: 23175
master
Jo-Philipp Wich 14 years ago
parent 8e9dfc063f
commit cb4c39b55d
  1. 1
      include/package-ipkg.mk

@ -101,6 +101,7 @@ ifeq ($(DUMP),)
echo "Provides: $(PROVIDES)"; \
echo "Source: $(SOURCE)"; \
echo "Section: $(SECTION)"; \
echo "Status: install $(if $(filter hold,$(PKG_FLAGS)),hold,ok) not-installed"; \
echo "Priority: $(PRIORITY)"; \
echo "Maintainer: $(MAINTAINER)"; \
echo "Architecture: $(PKGARCH)"; \

Loading…
Cancel
Save