Browse Source

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

SVN-Revision: 23175
Jo-Philipp Wich 15 years ago
parent
commit
cb4c39b55d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/package-ipkg.mk

+ 1 - 0
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)"; \