24ae0a9606
### Why I did it We're not adding any patch on top of hiredis, and there's no apparent reason to build this. Remove the build step here, and just install the package from the Debian repos. ##### Work item tracking - Microsoft ADO **(number only)**: 24381590 #### How to verify it Build the SONiC image, and load it. Verify that services come up.
10 lines
413 B
Makefile
10 lines
413 B
Makefile
# sonic-rest-api package
|
|
|
|
RESTAPI = sonic-rest-api_1.0.1_$(CONFIGURED_ARCH).deb
|
|
$(RESTAPI)_SRC_PATH = $(SRC_PATH)/sonic-restapi
|
|
$(RESTAPI)_DEPENDS += $(LIBNL3_DEV) $(LIBNL_GENL3_DEV) \
|
|
$(LIBNL_ROUTE3_DEV) $(LIBSWSSCOMMON_DEV) $(LIBSWSSCOMMON)
|
|
$(RESTAPI)_RDEPENDS += $(LIBNL3) $(LIBNL_GENL3) \
|
|
$(LIBNL_ROUTE3) $(LIBSWSSCOMMON)
|
|
SONIC_DPKG_DEBS += $(RESTAPI)
|