From df0d9963d41032c77d625c02070f5f06aac04e0a Mon Sep 17 00:00:00 2001 From: Yuqing Zhu Date: Mon, 6 Aug 2018 17:23:29 +0800 Subject: imx-vpuwrap: Upgrade to v4.4.0 Upgrade EULA to v24 Signed-off-by: Yuqing Zhu Signed-off-by: Otavio Salvador --- .../imx-vpuwrap/imx-vpuwrap_4.3.5.bb | 32 ---------------------- .../imx-vpuwrap/imx-vpuwrap_4.4.0.bb | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.5.bb create mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.0.bb (limited to 'recipes-multimedia/imx-vpuwrap') diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.5.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.5.bb deleted file mode 100644 index f915902d..00000000 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.5.bb +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright (C) 2013-2016 Freescale Semiconductor -# Copyright 2017 NXP -# Copyright 2018 (C) O.S. Systems Software LTDA. -# Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "Freescale Multimedia VPU wrapper" -DEPENDS = "virtual/imxvpu" -LICENSE = "Proprietary" -SECTION = "multimedia" -LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" - -# For backwards compatibility -PROVIDES += "libfslvpuwrap" -RREPLACES_${PN} = "libfslvpuwrap" -RPROVIDES_${PN} = "libfslvpuwrap" -RCONFLICTS_${PN} = "libfslvpuwrap" - -SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" - -SRC_URI[md5sum] = "ebcafcd76ec7c5b7cb9ba084da2b5612" -SRC_URI[sha256sum] = "5c08b4b7c771404c998779f0e27a75564b57958d463e2df152c910d76cca9e44" - -inherit fsl-eula-unpack autotools pkgconfig - -do_install_append() { - # FIXME: Drop examples for now - rm -r ${D}${datadir} -} - -INSANE_SKIP_imx-vpuwrap = "file-rdeps" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx8mq)" diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.0.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.0.bb new file mode 100644 index 00000000..eeb3e548 --- /dev/null +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.0.bb @@ -0,0 +1,32 @@ +# Copyright (C) 2013-2016 Freescale Semiconductor +# Copyright 2017 NXP +# Copyright 2018 (C) O.S. Systems Software LTDA. +# Released under the MIT license (see COPYING.MIT for the terms) +DESCRIPTION = "Freescale Multimedia VPU wrapper" +DEPENDS = "virtual/imxvpu" +LICENSE = "Proprietary" +SECTION = "multimedia" +LIC_FILES_CHKSUM = "file://COPYING;md5=ab61cab9599935bfe9f700405ef00f28" + +# For backwards compatibility +PROVIDES += "libfslvpuwrap" +RREPLACES_${PN} = "libfslvpuwrap" +RPROVIDES_${PN} = "libfslvpuwrap" +RCONFLICTS_${PN} = "libfslvpuwrap" + +SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" + +SRC_URI[md5sum] = "dc69b4df71bca964cccb19a9b46de591" +SRC_URI[sha256sum] = "5adb17386584bdd39faa5004b4ceb83987f1519acf4466e15b42672def66f49d" + +inherit fsl-eula-unpack autotools pkgconfig + +do_install_append() { + # FIXME: Drop examples for now + rm -r ${D}${datadir} +} + +INSANE_SKIP_imx-vpuwrap = "file-rdeps" + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx8mq)" -- cgit v1.2.3-54-g00ecf