udpcast: actually use the hooks

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2010-09-02 00:17:58 +02:00
parent 19f9348bec
commit 704d222df1

View File

@ -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))