blob: 4a134ecf5c0af55bd2e31456c143e2799945e89b [file] [log] [blame]
GOOGLE_TVSTREAMPARSER_SITE=repo://vendor/google/tvstreamparser
GOOGLE_TVSTREAMPARSER_DEPENDENCIES=
define GOOGLE_TVSTREAMPARSER_BUILD_CMDS
TARGET=$(TARGET_CROSS) $(MAKE) -C $(@D)/tvstreamparser
TARGET=$(TARGET_CROSS) $(MAKE) -C $(@D)/channel
endef
define GOOGLE_TVSTREAMPARSER_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/tvstreamparser/libtvstreamparser.so \
$(TARGET_DIR)/app/sage/lib/libtvstreamparser.so
endef
$(eval $(call GENTARGETS))