summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 17:09:22 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 17:09:22 -0300
commiteeeb0058c59438a92d9811cf379cc6d89dfa660b (patch)
tree6f2026cd96ac419115ff4a0ac9d96e5cf5a06fc7
parent5582a2682b21b6db6acd3bbf455bcdb047eea0c6 (diff)
downloadmeta-freescale-eeeb0058c59438a92d9811cf379cc6d89dfa660b.tar.gz
imx-uuc: Sort DEPENDS entries alphabetically
Order DEPENDS alphabetically per oelint.vars.dependsordered. No functional change. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-uuc/imx-uuc_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb
index 58a59e2d4..446fb58e9 100644
--- a/recipes-bsp/imx-uuc/imx-uuc_git.bb
+++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb
@@ -3,7 +3,7 @@
3SUMMARY = "A Daemon wait for NXP mfgtools host's command" 3SUMMARY = "A Daemon wait for NXP mfgtools host's command"
4HOMEPAGE = "https://github.com/nxp-imx/imx-uuc" 4HOMEPAGE = "https://github.com/nxp-imx/imx-uuc"
5SECTION = "base" 5SECTION = "base"
6DEPENDS = "virtual/kernel dosfstools-native" 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"
9 9