DESCRIPTION = "i.MX VC8000E Encoder library"
LICENSE = "Proprietary"
-LIC_FILES_CHKSUM = "file://COPYING;md5=417b82f17fc02b88125331ed312f6f1b"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e565271ec9a80ce47abbddc4bffe56fa"
inherit fsl-eula-unpack
S = "${WORKDIR}/${BPN}-${PV}"
-SRC_URI[md5sum] = "b5270450ba2da5b7468b67ae8c0bcdca"
-SRC_URI[sha256sum] = "d5efae484c4271c098286d007590d6bf40c272d4f35702ff65625f2362715ab3"
+SRC_URI[md5sum] = "fbd43a100c27abbae301428f1ae2bc64"
+SRC_URI[sha256sum] = "e59ac2ded726d722f61793b17fc394ce87b1c5710cb79f0b1d60b87fca5829e1"
# SCR is the location and name of the Software Content Register file
# relative to ${D}${D_SUBDIR}.
+++ /dev/null
-From 94ae72948f1ed1a8bad1c13b4edc4b9189207e35 Mon Sep 17 00:00:00 2001
-From: Tom Hochstein <tom.hochstein@nxp.com>
-Date: Mon, 26 Jul 2021 09:06:26 -0500
-Subject: [PATCH] Makefile: Honor LDFLAGS from toolchain
-
-The LDFLAGS variable is standard from the toolchain and should be
-honored. Yocto detects the problem with a QA check:
-
-ERROR: imx-vpu-hantro-daemon-1.1.0-r0 do_package_qa: QA Issue: File /usr/bin/vsidaemon in package imx-vpu-hantro-daemon doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags]
-
-Upstream-Status: Pending
-
-Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 9a775b0..e73ff47 100755
---- a/Makefile
-+++ b/Makefile
-@@ -22,7 +22,7 @@ OUT_FILE = vsidaemon
- DEC = nxp_enc_hw
- ENC = nxp_dec_hw
- LIBFILES =
--LD_FLAGS = -lpthread -lm
-+LD_FLAGS = $(LDFLAGS) -lpthread -lm
-
- PLATFORM ?= IMX8MP
-
---
-2.17.1
-
SRC_URI = " \
${FSL_MIRROR}/${BP}.tar.gz \
- file://0001-Makefile-Honor-LDFLAGS-from-toolchain.patch \
"
-SRC_URI[md5sum] = "65417710ef22214523c37f50f34b6ab2"
-SRC_URI[sha256sum] = "897d174c4c0818f31012d8a60ed51fc83fdfc55fca2d2b0fc24a0db3e9f3b6e8"
+SRC_URI[md5sum] = "980237589af195c2c4b852a7aad175ee"
+SRC_URI[sha256sum] = "a5d915fefd3637e68d693638edd1161c30e75011a6312251b914f04546fd0fc9"
PLATFORM:mx8mm = "IMX8MM"
PLATFORM:mx8mq = "IMX8MQ"
DESCRIPTION = "i.MX Hantro VPU library"
LICENSE = "Proprietary"
-LIC_FILES_CHKSUM = "file://COPYING;md5=417b82f17fc02b88125331ed312f6f1b"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e565271ec9a80ce47abbddc4bffe56fa"
PROVIDES = "virtual/imxvpu"
SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
-SRC_URI[md5sum] = "b65b49eadb6463b784e1a9e44a94fca1"
-SRC_URI[sha256sum] = "03c61dfb268b31a0d25a4d1387cb3ad0261029ad5de801f72224602e2b37da00"
+SRC_URI[md5sum] = "3f8d4bb593d851d0523d0146131946ae"
+SRC_URI[sha256sum] = "a312a0b6d32ed16527e5bfcff362b231069428362ad5710f816bca019f70c6a2"
inherit fsl-eula-unpack use-imx-headers