9048d7ae4d
sonic-daemon-base package has been deprecated in favor of the sonic-py-common package. All related functionality has been moved there. This is a backport of https://github.com/Azure/sonic-buildimage/pull/5131 and parts of https://github.com/Azure/sonic-buildimage/pull/5168 to the 201911 branch
7 lines
319 B
Makefile
7 lines
319 B
Makefile
# sonic-thermalctld (SONiC Thermal control daemon) Debian package
|
|
|
|
SONIC_THERMALCTLD = python-sonic-thermalctld_1.0-1_all.deb
|
|
$(SONIC_THERMALCTLD)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-thermalctld
|
|
$(SONIC_THERMALCTLD)_WHEEL_DEPENDS = $(SONIC_PY_COMMON_PY2)
|
|
SONIC_PYTHON_STDEB_DEBS += $(SONIC_THERMALCTLD)
|