[hsflowd]: remove linux kernel header dependency from hsflowd package (#4111)
hsflowd compilation does not linux kernel header Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
parent
b5b68c75e5
commit
2e0f9ca0f4
@ -5,7 +5,7 @@ HSFLOWD_SUBVERSION = 3
|
||||
export HSFLOWD_VERSION HSFLOWD_SUBVERSION
|
||||
|
||||
HSFLOWD = hsflowd_$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)_$(CONFIGURED_ARCH).deb
|
||||
$(HSFLOWD)_DEPENDS += $(LIBHIREDIS_DEV) $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
|
||||
$(HSFLOWD)_DEPENDS += $(LIBHIREDIS_DEV)
|
||||
$(HSFLOWD)_SRC_PATH = $(SRC_PATH)/sflow/hsflowd
|
||||
|
||||
SONIC_MAKE_DEBS += $(HSFLOWD)
|
||||
|
Loading…
Reference in New Issue
Block a user