mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
udpcast: actually use the hooks
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
19f9348bec
commit
704d222df1
@ -15,7 +15,7 @@ define UDPCAST_REMOVE_UDP_SENDER
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(BR2_PACKAGE_UDPCAST_SENDER),y)
|
ifneq ($(BR2_PACKAGE_UDPCAST_SENDER),y)
|
||||||
UDPCAST_HOOK_POST_INSTALL_TARGET_HOOKS += UDPCAST_REMOVE_UDP_SENDER
|
UDPCAST_POST_INSTALL_TARGET_HOOKS += UDPCAST_REMOVE_UDP_SENDER
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define UDPCAST_REMOVE_UDP_RECEIVER
|
define UDPCAST_REMOVE_UDP_RECEIVER
|
||||||
@ -24,7 +24,7 @@ define UDPCAST_REMOVE_UDP_RECEIVER
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(BR2_PACKAGE_UDPCAST_RECEIVER),y)
|
ifneq ($(BR2_PACKAGE_UDPCAST_RECEIVER),y)
|
||||||
UDPCAST_HOOK_POST_INSTALL_TARGET_HOOKS += UDPCAST_REMOVE_UDP_RECEIVER
|
UDPCAST_POST_INSTALL_TARGET_HOOKS += UDPCAST_REMOVE_UDP_RECEIVER
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,udpcast))
|
$(eval $(call AUTOTARGETS,package,udpcast))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user