File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -678,8 +678,8 @@ $(addprefix $(TARGET_PATH)/, $(SONIC_INSTALLERS)) : $(TARGET_PATH)/% : \
678
678
export redis_dump_load_py2_wheel_path="$(addprefix $(PYTHON_WHEELS_PATH)/,$(REDIS_DUMP_LOAD_PY2))"
679
679
export install_debug_image="$(INSTALL_DEBUG_TOOLS)"
680
680
export multi_instance="false"
681
- export python_swss_debs="$(addprefix $(IMAGE_DISTRO_DEBS_PATH )/,$($(LIBSWSSCOMMON)_RDEPENDS))"
682
- export python_swss_debs+=" $(addprefix $(IMAGE_DISTRO_DEBS_PATH )/,$(LIBSWSSCOMMON)) $(addprefix $(IMAGE_DISTRO_DEBS_PATH )/,$(PYTHON_SWSSCOMMON))"
681
+ export python_swss_debs="$(addprefix $(STRETCH_DEBS_PATH )/,$($(LIBSWSSCOMMON)_RDEPENDS))"
682
+ export python_swss_debs+=" $(addprefix $(STRETCH_DEBS_PATH )/,$(LIBSWSSCOMMON)) $(addprefix $(STRETCH_DEBS_PATH )/,$(PYTHON_SWSSCOMMON))"
683
683
684
684
$(foreach docker, $($*_DOCKERS),\
685
685
export docker_image="$(docker)"
You can’t perform that action at this time.
0 commit comments