summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:40:17 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:40:17 -0300
commit76aa5c1b615a08ba6751e686b8da0c4f9ed8346f (patch)
tree10da5deb4c221cd2ef08a2e5f6f787d7e2fac2bb /recipes-multimedia
parentbf2b523b3c9791ef32c6e61aaef87658e880d7e9 (diff)
downloadmeta-freescale-76aa5c1b615a08ba6751e686b8da0c4f9ed8346f.tar.gz
libimxvpuapi2: Set SUMMARY and order per oelint
Add the missing mandatory SUMMARY, move SECTION ahead of LIC_FILES_CHKSUM, and place SRC_URI before SRCREV. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb
index 1e4ef94d2..119131ec0 100644
--- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb
+++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb
@@ -1,8 +1,9 @@
1SUMMARY = "i.MX VPU API library (v2)"
1DESCRIPTION = "frontend for the i.MX6 / i.MX8 VPU hardware video engines" 2DESCRIPTION = "frontend for the i.MX6 / i.MX8 VPU hardware video engines"
2HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" 3HOMEPAGE = "https://github.com/Freescale/libimxvpuapi"
4SECTION = "multimedia"
3LICENSE = "LGPL-2.1-only" 5LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324"
5SECTION = "multimedia"
6DEPENDS = "libimxdmabuffer virtual/imxvpu" 7DEPENDS = "libimxdmabuffer virtual/imxvpu"
7# Add imx-vpu-hantro-vc as dependency for being 8# Add imx-vpu-hantro-vc as dependency for being
8# able to encode video using the VC8000E encoder 9# able to encode video using the VC8000E encoder
@@ -11,8 +12,8 @@ DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc"
11PV .= "+git${SRCPV}" 12PV .= "+git${SRCPV}"
12 13
13SRCBRANCH ?= "master" 14SRCBRANCH ?= "master"
14SRCREV = "37095a854aa176bb763a25ce98ceb6a787501271"
15SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" 15SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https"
16SRCREV = "37095a854aa176bb763a25ce98ceb6a787501271"
16 17
17inherit waf pkgconfig use-imx-headers python3native 18inherit waf pkgconfig use-imx-headers python3native
18 19