From 9d020fe3ba9a2220f73ebe8631c8161a491feabc Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Wed, 15 Jul 2026 11:09:51 -0300 Subject: 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 --- recipes-bsp/imx-uuc/imx-uuc_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ # Copyright (C) 2016 Freescale Semiconductor # Copyright (C) 2017-2019,2024-2025 NXP SUMMARY = "A Daemon wait for NXP mfgtools host's command" +DESCRIPTION = "Update Utility Client daemon that waits for commands from the NXP mfgtools host during manufacturing programming." HOMEPAGE = "https://github.com/nxp-imx/imx-uuc" SECTION = "base" -DEPENDS = "dosfstools-native virtual/kernel" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" +DEPENDS = "dosfstools-native virtual/kernel" PR = "r1" PV = "0.5.1+git${SRCPV}" -- cgit v1.2.3-54-g00ecf