summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2015-09-11 11:39:47 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-09-19 15:39:30 +0200
commit339421b813c1a9af2ed500de286bd8eaa8464c6c (patch)
tree7381dedf840fdc225a679db6ae9219aaba4aedb3
parent1e3bb736216bae7ed169ef6eecaeff89d35a60a6 (diff)
downloadbuildroot-339421b813c1a9af2ed500de286bd8eaa8464c6c.tar.gz
buildroot-339421b813c1a9af2ed500de286bd8eaa8464c6c.zip
libfslvpuwrap: bump version to 1.0.58
Change license file + add hash file. Changelog: - Update the license file with new version and use COPYING - Remove the folder /usr/share to avoid empty folder installation This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/1506776 This package has been implicitely tested through gstreamer as the plugins rely on it for vpu decoding: # gst-launch-0.10 playbin # uri=file:///root/tears_of_steel_1080p.webm # gst-launch-1.0 playbin uri=file:///root/tears_of_steel_1080p.webm # gst-launch-1.0 filesrc location=/root/tears_of_steel_1080p.webm ! \ matroskademux ! imxvpudec ! imxipuvideosink Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/libfslvpuwrap/libfslvpuwrap.hash2
-rw-r--r--package/libfslvpuwrap/libfslvpuwrap.mk4
2 files changed, 4 insertions, 2 deletions
diff --git a/package/libfslvpuwrap/libfslvpuwrap.hash b/package/libfslvpuwrap/libfslvpuwrap.hash
new file mode 100644
index 0000000000..e7ca1a8e66
--- /dev/null
+++ b/package/libfslvpuwrap/libfslvpuwrap.hash
@@ -0,0 +1,2 @@
+# locally computed
+sha256 a278eb18ec24230166ac39e2eadf7b934798f0432654c2e24c4cb69c3ac1cf0f libfslvpuwrap-1.0.58.bin
diff --git a/package/libfslvpuwrap/libfslvpuwrap.mk b/package/libfslvpuwrap/libfslvpuwrap.mk
index 625f58654d..7669c63a0f 100644
--- a/package/libfslvpuwrap/libfslvpuwrap.mk
+++ b/package/libfslvpuwrap/libfslvpuwrap.mk
@@ -4,14 +4,14 @@
#
################################################################################
-LIBFSLVPUWRAP_VERSION = 1.0.57
+LIBFSLVPUWRAP_VERSION = 1.0.58
LIBFSLVPUWRAP_SITE = $(FREESCALE_IMX_SITE)
LIBFSLVPUWRAP_SOURCE = libfslvpuwrap-$(LIBFSLVPUWRAP_VERSION).bin
LIBFSLVPUWRAP_DEPENDENCIES = imx-vpu
LIBFSLVPUWRAP_INSTALL_STAGING = YES
LIBFSLVPUWRAP_LICENSE = Freescale Semiconductor Software License Agreement
-LIBFSLVPUWRAP_LICENSE_FILES = EULA EULA.txt
+LIBFSLVPUWRAP_LICENSE_FILES = EULA COPYING
LIBFSLVPUWRAP_REDISTRIBUTE = NO
define LIBFSLVPUWRAP_EXTRACT_CMDS
OpenPOWER on IntegriCloud