diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 17:09:22 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 17:09:22 -0300 |
| commit | eeeb0058c59438a92d9811cf379cc6d89dfa660b (patch) | |
| tree | 6f2026cd96ac419115ff4a0ac9d96e5cf5a06fc7 | |
| parent | 5582a2682b21b6db6acd3bbf455bcdb047eea0c6 (diff) | |
| download | meta-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.bb | 2 |
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 @@ | |||
| 3 | SUMMARY = "A Daemon wait for NXP mfgtools host's command" | 3 | SUMMARY = "A Daemon wait for NXP mfgtools host's command" |
| 4 | HOMEPAGE = "https://github.com/nxp-imx/imx-uuc" | 4 | HOMEPAGE = "https://github.com/nxp-imx/imx-uuc" |
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | DEPENDS = "virtual/kernel dosfstools-native" | 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 | 9 | ||
