summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-15 11:09:51 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-21 14:20:07 -0300
commit9d020fe3ba9a2220f73ebe8631c8161a491feabc (patch)
tree3414cf8e7ee8f77027d0e2a67fef478223429cc7
parentdf52d03b5c678c023772c9e84f79e068d715e383 (diff)
downloadmeta-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.bb3
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
3SUMMARY = "A Daemon wait for NXP mfgtools host's command" 3SUMMARY = "A Daemon wait for NXP mfgtools host's command"
4DESCRIPTION = "Update Utility Client daemon that waits for commands from the NXP mfgtools host during manufacturing programming."
4HOMEPAGE = "https://github.com/nxp-imx/imx-uuc" 5HOMEPAGE = "https://github.com/nxp-imx/imx-uuc"
5SECTION = "base" 6SECTION = "base"
6DEPENDS = "dosfstools-native virtual/kernel"
7LICENSE = "GPL-2.0-only" 7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
9DEPENDS = "dosfstools-native virtual/kernel"
9 10
10PR = "r1" 11PR = "r1"
11PV = "0.5.1+git${SRCPV}" 12PV = "0.5.1+git${SRCPV}"