Skip to content

Commit e5df46d

Browse files
authored
[submodule] Advance sonic-swss-common pointer (sonic-net#14142) (sonic-net#193)
[cherry-pick] [submodule] Advance sonic-swss-common pointer (sonic-net#14142) Update sonic-swss-common submodule pointer to include the following: 565ad4b Fix common path issue (sonic-net#751) 3352881 Prevent sonic-db-cli generate core dump (sonic-net#749) 43cadec Add ProfileProvider class to support read profile config from PROFILE_DB. (sonic-net#683) 8b09f90 Update path to sairedis tests (sonic-net#747) 85f3776 Non recursive automake and Debian packaging changes (sonic-net#700) This is a reland of sonic-net#13950, with the debug image build fix. <!-- Please make sure you've read and understood our contributing guidelines: https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md ** Make sure all your commits include a signature generated with `git commit -s` ** If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" or "resolves #xxxx" Please provide the following information: --> #### Why I did it #### How I did it #### How to verify it #### Which release branch to backport (provide reason below if selected) <!-- - Note we only backport fixes to a release branch, *not* features! - Please also provide a reason for the backporting below. - e.g. - [x] 202006 --> - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 - [ ] 202111 - [ ] 202205 #### Description for the changelog <!-- Write a short (one line) summary that describes the changes in this pull request for inclusion in the changelog: --> #### Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU. #### Link to config_db schema for YANG module changes <!-- Provide a link to config_db schema for the table for which YANG model is defined Link should point to correct section on https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md --> #### A picture of a cute animal (not mandatory but encouraged)
1 parent 8164445 commit e5df46d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rules/swss-common.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif
2727
PYTHON3_SWSSCOMMON = python3-swsscommon_$(LIBSWSSCOMMON_VERSION)_$(CONFIGURED_ARCH).deb
2828
$(eval $(call add_derived_package,$(LIBSWSSCOMMON),$(PYTHON3_SWSSCOMMON)))
2929

30-
LIBSWSSCOMMON_DBG = $(LIBSWSSCOMMON_NAME)-dbg_$(LIBSWSSCOMMON_VERSION)_$(CONFIGURED_ARCH).deb
30+
LIBSWSSCOMMON_DBG = $(LIBSWSSCOMMON_NAME)-dbgsym_$(LIBSWSSCOMMON_VERSION)_$(CONFIGURED_ARCH).deb
3131
$(LIBSWSSCOMMON_DBG)_DEPENDS += $(LIBSWSSCOMMON)
3232
$(LIBSWSSCOMMON_DBG)_RDEPENDS += $(LIBSWSSCOMMON)
3333
$(eval $(call add_derived_package,$(LIBSWSSCOMMON),$(LIBSWSSCOMMON_DBG)))

0 commit comments

Comments
 (0)