[sonic-swss-common]: Submodule update (#9395)
Bring in the following commit: 405f1df Use build profiles instead of distro version for Python 2 binding build (#558) This change requires a corresponding change in this repo to set a build profile to not build the python 2 bindings on Bullseye. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
cb4c66ae98
commit
34328f9f56
@ -20,6 +20,8 @@ $(eval $(call add_derived_package,$(LIBSWSSCOMMON),$(LIBSWSSCOMMON_DEV)))
|
||||
ifeq ($(ENABLE_PY2_MODULES), y)
|
||||
PYTHON_SWSSCOMMON = python-swsscommon_$(LIBSWSSCOMMON_VERSION)_$(CONFIGURED_ARCH).deb
|
||||
$(eval $(call add_derived_package,$(LIBSWSSCOMMON),$(PYTHON_SWSSCOMMON)))
|
||||
else
|
||||
$(LIBSWSSCOMMON)_BUILD_ENV += DEB_BUILD_PROFILES=nopython2
|
||||
endif
|
||||
|
||||
PYTHON3_SWSSCOMMON = python3-swsscommon_$(LIBSWSSCOMMON_VERSION)_$(CONFIGURED_ARCH).deb
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 95aec723ecc5028d107838027dd886480dfdb85c
|
||||
Subproject commit 405f1df3d49f17f39b149668ae9383b38730d7a8
|
Loading…
Reference in New Issue
Block a user