summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <R01007@freescale.com>2015-04-04 07:05:45 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-09 08:57:12 -0300
commit15067769f9550283d91e4795c5f31f6c092082c3 (patch)
treefab70a53fe6d4b30b4728f89469029871417ab62
parenta7c90ea66cbbca83f095fc5c28430ea1c9a9d2f1 (diff)
downloadmeta-fsl-arm-15067769f9550283d91e4795c5f31f6c092082c3.tar.gz
libfslvpuwrap: Upgrade to 1.0.58 version
Upgrade VPU wrapper to new version. Update the license file with new version and use COPYING for LIC_FILES_CHKSUM Remove the folder /usr/share to avoid empty folder installation. Signed-off-by: Jun Zhu <R01007@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.58.bb (renamed from recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.57.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.57.bb b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.58.bb
index 661610a..c61eb6d 100644
--- a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.57.bb
+++ b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.58.bb
@@ -1,22 +1,22 @@
1# Copyright (C) 2013, 2014 Freescale Semiconductor 1# Copyright (C) 2013-2015 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3DESCRIPTION = "Freescale Multimedia VPU wrapper" 3DESCRIPTION = "Freescale Multimedia VPU wrapper"
4DEPENDS = "imx-vpu" 4DEPENDS = "imx-vpu"
5LICENSE = "Proprietary" 5LICENSE = "Proprietary"
6SECTION = "multimedia" 6SECTION = "multimedia"
7LIC_FILES_CHKSUM = "file://EULA.txt;md5=93b784b1c11b3fffb1638498a8dde3f6" 7LIC_FILES_CHKSUM = "file://COPYING;md5=acdb807ac7275fe32f9f64992e111241"
8 8
9SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 9SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
10S = "${WORKDIR}/${PN}-${PV}" 10S = "${WORKDIR}/${PN}-${PV}"
11 11
12SRC_URI[md5sum] = "d1128194e2b5bf88abfa1386836956bd" 12SRC_URI[md5sum] = "bf4960ab18e6bb59e98aae797b80cd7f"
13SRC_URI[sha256sum] = "d73f70b7d5a0148b9dde8776f63a1d492c5914df5465114ee24e7ce403850dfa" 13SRC_URI[sha256sum] = "a278eb18ec24230166ac39e2eadf7b934798f0432654c2e24c4cb69c3ac1cf0f"
14 14
15inherit fsl-eula-unpack autotools pkgconfig 15inherit fsl-eula-unpack autotools pkgconfig
16 16
17do_install_append() { 17do_install_append() {
18 # FIXME: Drop examples for now 18 # FIXME: Drop examples for now
19 rm -r ${D}${datadir}/imx-mm 19 rm -r ${D}${datadir}
20} 20}
21 21
22PACKAGE_ARCH = "${MACHINE_ARCH}" 22PACKAGE_ARCH = "${MACHINE_ARCH}"