diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 08:27:09 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 08:27:09 -0300 |
| commit | 4e177d49de7b068fabaf9b3d9dada8bf6b5dc83b (patch) | |
| tree | 2cc0126de0a5180eb07e906d57acfbb358766572 /recipes-multimedia | |
| parent | 3e834a7e667aa2d3ba40bbbc2138d630cb7e88d1 (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 5 | SUMMARY = "i.MX VPU wrapper library" | ||
| 5 | DESCRIPTION = "Freescale Multimedia VPU wrapper" | 6 | DESCRIPTION = "Freescale Multimedia VPU wrapper" |
| 6 | HOMEPAGE = "https://github.com/NXP/imx-vpuwrap" | 7 | HOMEPAGE = "https://github.com/NXP/imx-vpuwrap" |
| 7 | LICENSE = "Proprietary" | ||
| 8 | SECTION = "multimedia" | 8 | SECTION = "multimedia" |
| 9 | LICENSE = "Proprietary" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" |
| 10 | 11 | ||
| 11 | DEPENDS = "virtual/imxvpu" | 12 | DEPENDS = "virtual/imxvpu" |
