diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-15 11:09:51 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-21 14:20:07 -0300 |
| commit | 9d020fe3ba9a2220f73ebe8631c8161a491feabc (patch) | |
| tree | 3414cf8e7ee8f77027d0e2a67fef478223429cc7 | |
| parent | df52d03b5c678c023772c9e84f79e068d715e383 (diff) | |
| download | meta-freescale-9d020fe3ba9a2220f73ebe8631c8161a491feabc.tar.gz | |
imx-uuc: Add DESCRIPTION and order LICENSE per oelint
Add a DESCRIPTION (mandatory) and move LICENSE/LIC_FILES_CHKSUM above
DEPENDS so the metadata follows the canonical order (order.LICENSE).
No functional change.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
| -rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 446fb58e9..0c525e713 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb | |||
| @@ -1,11 +1,12 @@ | |||
| 1 | # Copyright (C) 2016 Freescale Semiconductor | 1 | # Copyright (C) 2016 Freescale Semiconductor |
| 2 | # Copyright (C) 2017-2019,2024-2025 NXP | 2 | # Copyright (C) 2017-2019,2024-2025 NXP |
| 3 | SUMMARY = "A Daemon wait for NXP mfgtools host's command" | 3 | SUMMARY = "A Daemon wait for NXP mfgtools host's command" |
| 4 | DESCRIPTION = "Update Utility Client daemon that waits for commands from the NXP mfgtools host during manufacturing programming." | ||
| 4 | HOMEPAGE = "https://github.com/nxp-imx/imx-uuc" | 5 | HOMEPAGE = "https://github.com/nxp-imx/imx-uuc" |
| 5 | SECTION = "base" | 6 | SECTION = "base" |
| 6 | DEPENDS = "dosfstools-native virtual/kernel" | ||
| 7 | LICENSE = "GPL-2.0-only" | 7 | LICENSE = "GPL-2.0-only" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 9 | DEPENDS = "dosfstools-native virtual/kernel" | ||
| 9 | 10 | ||
| 10 | PR = "r1" | 11 | PR = "r1" |
| 11 | PV = "0.5.1+git${SRCPV}" | 12 | PV = "0.5.1+git${SRCPV}" |
