update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_GST_DSP
|
||||
bool "gst-dsp"
|
||||
depends on BR2_cortex_a8
|
||||
select BR2_PACKAGE_TIDSP_BINARIES
|
||||
help
|
||||
GStreamer plug-in to access TI OMAP3 DSP algorithms.
|
||||
|
||||
http://code.google.com/p/gst-dsp/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 45437a038979916de74e78a2cc7a0b01ba3982d0848e1e483a054c9cf0ce5883 gst-dsp-v0.10.2.tar.gz
|
||||
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# gst-dsp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST_DSP_VERSION = v0.10.2
|
||||
GST_DSP_SITE = $(call github,felipec,gst-dsp,$(GST_DSP_VERSION))
|
||||
|
||||
define GST_DSP_BUILD_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
|
||||
endef
|
||||
|
||||
define GST_DSP_INSTALL_TARGET_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
GST_DSP_DEPENDENCIES = gstreamer tidsp-binaries host-pkgconf
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user