Skip to content

Fixes the missing derived package in libteam.mk durinig DPKG caching#4287

Merged
lguohan merged 1 commit intosonic-net:masterfrom
Kalimuthu-Velappan:DPKG_CACHE
Mar 19, 2020
Merged

Fixes the missing derived package in libteam.mk durinig DPKG caching#4287
lguohan merged 1 commit intosonic-net:masterfrom
Kalimuthu-Velappan:DPKG_CACHE

Conversation

@Kalimuthu-Velappan
Copy link
Contributor

- What I did
In rules/libteam.mk, LIBTEAMDCT itself is a derived package. The following function makes the broken linkage with LIBTEAMDCT_DBG.
$(eval $(call add_derived_package,$(LIBTEAMDCT),$(LIBTEAMDCT_DBG)))

- How I did it
It should be linked as
$(eval $(call add_derived_package,$(LIBTEAM),$(LIBTEAMDCT_DBG)))

- 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)

@qiluo-msft qiluo-msft changed the title Fixes the missing derived package in libream.mk durinig DPKG caching Fixes the missing derived package in libteam.mk durinig DPKG caching Mar 19, 2020
@lguohan lguohan merged commit 2d23495 into sonic-net:master 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants