fee2441717
* [slave-bullseye]: Remove Python 2 It shouldn't be needed anymore. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> * [dockers]: Add docker-base-bullseye and docker-config-engine-bullseye Also upgrade socat from 1.7.3.1 to 1.7.4.1 Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
10 lines
187 B
Makefile
10 lines
187 B
Makefile
# socat packages
|
|
|
|
SOCAT_VERSION = 1.7.4.1-3
|
|
|
|
export SOCAT_VERSION
|
|
|
|
SOCAT = socat_$(SOCAT_VERSION)_$(CONFIGURED_ARCH).deb
|
|
$(SOCAT)_SRC_PATH = $(SRC_PATH)/socat
|
|
SONIC_MAKE_DEBS += $(SOCAT)
|