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
					
				@ -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…
	
		Reference in New Issue
	
	Block a user