Skip to content

Commit 4adf897

Browse files
liushilongbuaapull[bot]
authored andcommitted
[build] Fix restapi debian package false dependency (sonic-net#19246)
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
1 parent b1a8de2 commit 4adf897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/restapi.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ $(RESTAPI)_RDEPENDS += $(LIBNL3) $(LIBNL_GENL3) \
1010
SONIC_DPKG_DEBS += $(RESTAPI)
1111

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

0 commit comments

Comments
 (0)