From 919623da4c282cd5e95da9e22825185547a9abc0 Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Tue, 13 May 2025 09:51:38 -0300 Subject: imx-vpuwrap: Change the source branch to L6.12.y and update revision d8703ee Fix one coverity issue about invalid type in printf 392a152 Update LICENSE.txt to v58 according to imx-release-info b9b590d [configurea.ac] Update version to 4.9.3 for next release Signed-off-by: Rodrigo M. Duarte (cherry picked from commit 2a297ff0b0d9c227f614d5a80f8745c1ebdc6665) --- recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb index de9b0daf2..98e9ea4de 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb @@ -1,11 +1,11 @@ # Copyright (C) 2013-2016 Freescale Semiconductor -# Copyright 2017-2023 NXP +# Copyright (C) 2017-2023 NXP # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Freescale Multimedia VPU wrapper" LICENSE = "Proprietary" SECTION = "multimedia" -LIC_FILES_CHKSUM = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837" +LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3" DEPENDS = "virtual/imxvpu" DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" @@ -14,13 +14,15 @@ SRC_URI = " \ git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH} \ file://0001-vpu_wrapper_hantro_encoder-fix-missing-include.patch \ " -SRCBRANCH = "MM_04.09.02_2410_L6.6.y" -SRCREV = "378e33989cf72d6c2eb57a585072ba9abe87c6ff" +SRCBRANCH = "MM_04.09.03_2412_L6.12.y" +SRCREV = "d8703ee3245797111ad21c52982efa8b6db33241" S = "${WORKDIR}/git" inherit autotools pkgconfig +CFLAGS += " -Wno-error=implicit-function-declaration" + do_install:append() { # FIXME: Drop examples for now rm -r ${D}${datadir} -- cgit v1.2.3-54-g00ecf