Skip to content

Commit

Permalink
[build] Fix restapi debian package false dependency (sonic-net#19246)
Browse files Browse the repository at this point in the history
Why I did it
Fix build error when enable restapi and debug.
the derived package function is not called correctly.

Work item tracking
Microsoft ADO (number only): 28376451
How I did it
How to verify it
  • Loading branch information
liushilongbuaa authored and pull[bot] committed Dec 11, 2024
1 parent b1a8de2 commit 4adf897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/restapi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ $(RESTAPI)_RDEPENDS += $(LIBNL3) $(LIBNL_GENL3) \
SONIC_DPKG_DEBS += $(RESTAPI)

RESTAPI_DBG = sonic-rest-api-dbgsym_1.0.1_$(CONFIGURED_ARCH).deb
$(eval $(call add_derived_package,$(RESTAPI_DBG),$(RESTAPI_DBG)))
$(eval $(call add_derived_package,$(RESTAPI),$(RESTAPI_DBG)))

0 comments on commit 4adf897

Please sign in to comment.