Description
I'm trying to write my own sai module to support new platform. Is there a way to force the deb packages in the dependency to be built/installed before building my own sai package?
I have put the following in my sai.mk file
$(XXX_SAI))_DEPENDS += $(LIBHIREDIS_DEV) $(LIBSWSSCOMMON_DEV)
But at the time of building my sai package, those two packages are not installed. Please help.
Description
I'm trying to write my own sai module to support new platform. Is there a way to force the deb packages in the dependency to be built/installed before building my own sai package?
$(XXX_SAI))_DEPENDS += $ (LIBHIREDIS_DEV) $(LIBSWSSCOMMON_DEV)
I have put the following in my sai.mk file
But at the time of building my sai package, those two packages are not installed. Please help.