Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
libfslvpuwrap: Upgrade to 1.0.58 version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jun Zhu authored and otavio committed Apr 9, 2015
1 parent a7c90ea commit 1506776
Showing 1 changed file with 5 additions and 5 deletions.
@@ -1,22 +1,22 @@
# Copyright (C) 2013, 2014 Freescale Semiconductor
# Copyright (C) 2013-2015 Freescale Semiconductor
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Freescale Multimedia VPU wrapper"
DEPENDS = "imx-vpu"
LICENSE = "Proprietary"
SECTION = "multimedia"
LIC_FILES_CHKSUM = "file://EULA.txt;md5=93b784b1c11b3fffb1638498a8dde3f6"
LIC_FILES_CHKSUM = "file://COPYING;md5=acdb807ac7275fe32f9f64992e111241"

SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
S = "${WORKDIR}/${PN}-${PV}"

SRC_URI[md5sum] = "d1128194e2b5bf88abfa1386836956bd"
SRC_URI[sha256sum] = "d73f70b7d5a0148b9dde8776f63a1d492c5914df5465114ee24e7ce403850dfa"
SRC_URI[md5sum] = "bf4960ab18e6bb59e98aae797b80cd7f"
SRC_URI[sha256sum] = "a278eb18ec24230166ac39e2eadf7b934798f0432654c2e24c4cb69c3ac1cf0f"

inherit fsl-eula-unpack autotools pkgconfig

do_install_append() {
# FIXME: Drop examples for now
rm -r ${D}${datadir}/imx-mm
rm -r ${D}${datadir}
}

PACKAGE_ARCH = "${MACHINE_ARCH}"
Expand Down

0 comments on commit 1506776

Please sign in to comment.