mirror of
				https://github.com/Telecominfraproject/ols-nos.git
				synced 2025-10-30 01:32:35 +00:00 
			
		
		
		
	 18350a5dd9
			
		
	
	18350a5dd9
	
	
	
		
			
			1. Fixes the missing DPKG file for gbsyncd-vs package 2. Fixes the softlink issue on the Platform-common and ztp package 3. Fixes the PYTHNON_DEBS list is missing for DBG dockers.
		
			
				
	
	
		
			14 lines
		
	
	
		
			527 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			527 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| SPATH       := $($(SONIC_ZTP)_SRC_PATH)
 | |
| DEP_FILES   := $(SONIC_COMMON_FILES_LIST) rules/sonic-ztp.mk rules/sonic-ztp.dep   
 | |
| DEP_FILES   += $(SONIC_COMMON_BASE_FILES_LIST)
 | |
| SMDEP_FILES := $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files|grep -Ev "dhclient-enter-hooks.d|dhclient-exit-hooks.d"))
 | |
| 
 | |
| 
 | |
| $(SONIC_ZTP)_CACHE_MODE  := GIT_CONTENT_SHA 
 | |
| $(SONIC_ZTP)_DEP_FLAGS   := $(SONIC_COMMON_FLAGS_LIST)
 | |
| $(SONIC_ZTP)_DEP_FILES   := $(DEP_FILES)
 | |
| $(SONIC_ZTP)_SMDEP_FILES := $(SMDEP_FILES)
 | |
| $(SONIC_ZTP)_SMDEP_PATHS := $(SPATH)
 | |
| 
 |