Skip to content

Commit

Permalink
Add missing mgmt-framework dep to telemetry build (#6910)
Browse files Browse the repository at this point in the history
To prevent build issue, build mgmt-framework before telemetry.
  • Loading branch information
seiferteric authored Feb 28, 2021
1 parent b2b6b75 commit 3a55479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/telemetry.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

SONIC_TELEMETRY = sonic-telemetry_0.1_$(CONFIGURED_ARCH).deb
$(SONIC_TELEMETRY)_SRC_PATH = $(SRC_PATH)/sonic-telemetry
$(SONIC_TELEMETRY)_DEPENDS = $(LIBYANG_DEV) $(LIBYANG)
$(SONIC_TELEMETRY)_DEPENDS = $(LIBYANG_DEV) $(LIBYANG) $(SONIC_MGMT_FRAMEWORK)
$(SONIC_TELEMETRY)_RDEPENDS = $(LIBYANG)
SONIC_DPKG_DEBS += $(SONIC_TELEMETRY)

0 comments on commit 3a55479

Please sign in to comment.