gst1: install RTSP test launch program

This commit is contained in:
Joo Aun Saw 2019-01-02 17:14:33 +11:00
parent e59367ead2
commit 78bee8917c

View File

@ -24,4 +24,10 @@ ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD),y)
GST1_RTSP_SERVER_DEPENDENCIES += gst1-plugins-bad
endif
define GST1_RTSP_SERVER_INSTALL_EXAMPLES
$(INSTALL) -D -m 0755 $(@D)/examples/test-launch $(TARGET_DIR)/usr/sbin
endef
GST1_RTSP_SERVER_POST_INSTALL_TARGET_HOOKS += GST1_RTSP_SERVER_INSTALL_EXAMPLES
$(eval $(autotools-package))