summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-uuc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/imx-uuc')
-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}"