diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2015-09-11 11:39:46 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-19 15:39:21 +0200 |
commit | 1e3bb736216bae7ed169ef6eecaeff89d35a60a6 (patch) | |
tree | 6ac0791868cce73b627c4f3892209a5a16b86f39 /package/libfslparser | |
parent | 9bd786276a3147bbd273efb46a654242d82c9fc1 (diff) | |
download | buildroot-1e3bb736216bae7ed169ef6eecaeff89d35a60a6.tar.gz buildroot-1e3bb736216bae7ed169ef6eecaeff89d35a60a6.zip |
libfslparser: bump version to 4.0.3
Update license file + add hash file.
Changelog:
- Upgrade MP4 and MPEG2 parser
- Update COPYING with new version of license file
This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-fsl-arm/commit/a7c90ea6
This package has been implicitely tested through gstreamer as the 0.10
plugin relies on it:
# gst-launch-0.10 playbin uri=file:///root/tears_of_steel_1080p.webm
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libfslparser')
-rw-r--r-- | package/libfslparser/libfslparser.hash | 2 | ||||
-rw-r--r-- | package/libfslparser/libfslparser.mk | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/package/libfslparser/libfslparser.hash b/package/libfslparser/libfslparser.hash new file mode 100644 index 0000000000..19ee12e857 --- /dev/null +++ b/package/libfslparser/libfslparser.hash @@ -0,0 +1,2 @@ +# locally computed +sha256 9db10ca6a61c8fdbe91b55b65d084dcbb5f9cfb58b088996c7dd2d6dc8385730 libfslparser-4.0.3.bin diff --git a/package/libfslparser/libfslparser.mk b/package/libfslparser/libfslparser.mk index 116a0a25c2..2b53d6293a 100644 --- a/package/libfslparser/libfslparser.mk +++ b/package/libfslparser/libfslparser.mk @@ -4,13 +4,13 @@ # ################################################################################ -LIBFSLPARSER_VERSION = 4.0.2 +LIBFSLPARSER_VERSION = 4.0.3 LIBFSLPARSER_SITE = $(FREESCALE_IMX_SITE) LIBFSLPARSER_SOURCE = libfslparser-$(LIBFSLPARSER_VERSION).bin LIBFSLPARSER_INSTALL_STAGING = YES LIBFSLPARSER_LICENSE = Freescale Semiconductor Software License Agreement -LIBFSLPARSER_LICENSE_FILES = EULA EULA.txt +LIBFSLPARSER_LICENSE_FILES = EULA COPYING LIBFSLPARSER_REDISTRIBUTE = NO define LIBFSLPARSER_EXTRACT_CMDS |