Fixes the missing derived package in libteam.mk durinig DPKG caching#4287
Merged
lguohan merged 1 commit intosonic-net:masterfrom Mar 19, 2020
Merged
Fixes the missing derived package in libteam.mk durinig DPKG caching#4287lguohan merged 1 commit intosonic-net:masterfrom
lguohan merged 1 commit intosonic-net:masterfrom
Conversation
xumia
approved these changes
Mar 19, 2020
qiluo-msft
approved these changes
Mar 19, 2020
mssonicbld
added a commit
that referenced
this pull request
Feb 27, 2026
…atically (#25595) #### Why I did it src/sonic-utilities ``` * ddc241ec - (HEAD -> 202511, origin/202511) [storm-control] Fixed show storm-control interface command display (#4302) (32 hours ago) [mssonicbld] * fbd3f90b - [fast-reboot][cosmetic] Fixed debug/error prints with the correct reboot type (#4286) (5 days ago) [Yair Raviv] * efdffa2a - Added counterpoll CLI support (#4291) (6 days ago) [mssonicbld] * 567ad5b3 - [Smartswitch] Prevent early exit of reboot status (#4287) (6 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- What I did
$(eval $ (call add_derived_package,$(LIBTEAMDCT),$(LIBTEAMDCT_DBG)))
In rules/libteam.mk, LIBTEAMDCT itself is a derived package. The following function makes the broken linkage with LIBTEAMDCT_DBG.
- How I did it
$(eval $ (call add_derived_package,$(LIBTEAM),$(LIBTEAMDCT_DBG)))
It should be linked as
- How to verify it
make ./target/debs/stretch/libteam5_1.30-1_amd64.deb
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)