summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:27:09 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:27:09 -0300
commit4e177d49de7b068fabaf9b3d9dada8bf6b5dc83b (patch)
tree2cc0126de0a5180eb07e906d57acfbb358766572 /recipes-multimedia
parent3e834a7e667aa2d3ba40bbbc2138d630cb7e88d1 (diff)
downloadmeta-freescale-4e177d49de7b068fabaf9b3d9dada8bf6b5dc83b.tar.gz
imx-vpuwrap: Set SUMMARY, HOMEPAGE and metadata order per oelint
Add the missing mandatory SUMMARY and move SECTION before LICENSE to match the standard variable order. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
index 90045bfa7..76109355d 100644
--- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
+++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
@@ -2,10 +2,11 @@
2# Copyright (C) 2017-2023,2025 NXP 2# Copyright (C) 2017-2023,2025 NXP
3# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
4 4
5SUMMARY = "i.MX VPU wrapper library"
5DESCRIPTION = "Freescale Multimedia VPU wrapper" 6DESCRIPTION = "Freescale Multimedia VPU wrapper"
6HOMEPAGE = "https://github.com/NXP/imx-vpuwrap" 7HOMEPAGE = "https://github.com/NXP/imx-vpuwrap"
7LICENSE = "Proprietary"
8SECTION = "multimedia" 8SECTION = "multimedia"
9LICENSE = "Proprietary"
9LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" 10LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac"
10 11
11DEPENDS = "virtual/imxvpu" 12DEPENDS = "virtual/imxvpu"