01cb7934b0
- build SONIC_STRETCH_DOCKERS in sonic-slave-stretch docker - build image related module in sonic-slave-buster docker. This includes all kernels modules and some packages Signed-off-by: Guohan Lu <lguohan@gmail.com>
14 lines
346 B
Makefile
14 lines
346 B
Makefile
# iccpd package
|
|
|
|
ICCPD_VERSION = 0.0.5
|
|
|
|
ICCPD = iccpd_$(ICCPD_VERSION)_amd64.deb
|
|
$(ICCPD)_DEPENDS += $(LIBNL_GENL3_DEV) $(LIBNL_CLI_DEV)
|
|
$(ICCPD)_RDEPENDS += $(LIBNL_GENL3) $(LIBNL_CLI)
|
|
$(ICCPD)_SRC_PATH = $(SRC_PATH)/iccpd
|
|
SONIC_MAKE_DEBS += $(ICCPD)
|
|
|
|
# Export these variables so they can be used in a sub-make
|
|
export ICCPD_VERSION
|
|
export ICCPD
|