forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[submodule] Advance sonic-swss-common pointer
Update sonic-swss-common submodule pointer to include the following: * 6e4daf1 Revamp module build script to make it work for 5.15 on Ubuntu 20.04 (sonic-net/sonic-swss-common#720) * 7f40cde Non recursive automake and Debian packaging changes (sonic-net/sonic-swss-common#700) Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
- Loading branch information
1 parent
f276321
commit 400c143
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sonic-swss-common
updated
12 files
+29 −32 | .azure-pipelines/build_and_install_module.sh | |
+22 −1 | Makefile.am | |
+69 −79 | common/Makefile.am | |
+1 −7 | configure.ac | |
+1 −1 | debian/compat | |
+2 −8 | debian/control | |
+5 −12 | debian/rules | |
+2 −4 | pyext/Makefile.am | |
+9 −16 | pyext/py2/Makefile.am | |
+9 −16 | pyext/py3/Makefile.am | |
+10 −18 | sonic-db-cli/Makefile.am | |
+40 −48 | tests/Makefile.am |