File tree 1 file changed +2
-2
lines changed
platform/nvidia-bluefield/recipes
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ export DOCA_COMMON DOCA_COMMON_DEV
236
236
DOCA_ARGP = doca-sdk-argp_${DOCA_DEB_VERSION}_${CONFIGURED_ARCH}.deb
237
237
$(DOCA_ARGP)_DEPENDS += $(DOCA_COMMON )
238
238
DOCA_ARGP_DEV = libdoca-sdk-argp-dev_${DOCA_DEB_VERSION}_${CONFIGURED_ARCH}.deb
239
- $(DOCA_ARGP_DEV)_DEPENDS = $(DOCA_ARGP )
239
+ $(DOCA_ARGP_DEV)_DEPENDS = $(DOCA_ARGP ) $( DOCA_COMMON_DEV )
240
240
241
241
DOCA_DEBS += $(DOCA_ARGP )
242
242
DOCA_DEV_DEBS += $(DOCA_ARGP_DEV )
@@ -254,7 +254,7 @@ export DOCA_DPDK_BRIDGE DOCA_DPDK_BRIDGE_DEV
254
254
DOCA_FLOW = doca-sdk-flow_${DOCA_DEB_VERSION}_${CONFIGURED_ARCH}.deb
255
255
$(DOCA_FLOW)_DEPENDS += $(DOCA_COMMON )
256
256
DOCA_FLOW_DEV = libdoca-sdk-flow-dev_${DOCA_DEB_VERSION}_${CONFIGURED_ARCH}.deb
257
- $(DOCA_FLOW_DEV)_DEPENDS = $(DOCA_FLOW )
257
+ $(DOCA_FLOW_DEV)_DEPENDS = $(DOCA_FLOW ) $( DOCA_DPDK_BRIDGE_DEV )
258
258
259
259
DOCA_DEBS += $(DOCA_FLOW )
260
260
DOCA_DEV_DEBS += $(DOCA_FLOW_DEV )
You can’t perform that action at this time.
0 commit comments