mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	build: propagate package conflicts to opkg metadata
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42771
This commit is contained in:
		
							parent
							
								
									5e4789671a
								
							
						
					
					
						commit
						c6ebce701e
					
				@ -160,6 +160,11 @@ ifeq ($(DUMP),)
 | 
			
		||||
			DEPENDS=$$$${DEPENDS:+$$$$DEPENDS, }$$$${depend##+}; \
 | 
			
		||||
		done; \
 | 
			
		||||
		[ -z "$$$$DEPENDS" ] || echo "Depends: $$$$DEPENDS"; \
 | 
			
		||||
		CONFLICTS=''; \
 | 
			
		||||
		for conflict in $(CONFLICTS); do \
 | 
			
		||||
			CONFLICTS=$$$${CONFLICTS:+$$$$CONFLICTS, }$$$$conflict; \
 | 
			
		||||
		done; \
 | 
			
		||||
		[ -z "$$$$CONFLICTS" ] || echo "Conflicts: $$$$CONFLICTS"; \
 | 
			
		||||
		$(if $(PROVIDES), echo "Provides: $(PROVIDES)"; ) \
 | 
			
		||||
		echo "Source: $(SOURCE)"; \
 | 
			
		||||
		$(if $(PKG_LICENSE), echo "License: $(PKG_LICENSE)"; ) \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user