summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 16:58:24 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-07-13 22:56:18 +0000
commit7c55b627bf4d1b8b4e532b64ed379e5564c44ddb (patch)
treeb65b9f4ef697756a96209c0391a7048aa9ea895f
parentb701fafcb0da39ec325f003482e28cbe8e49d833 (diff)
downloadmeta-freescale-7c55b627bf4d1b8b4e532b64ed379e5564c44ddb.tar.gz
imx-mkimage: Sort DEPENDS entries alphabetically
Order DEPENDS alphabetically per oelint.vars.dependsordered. No functional change. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 050c9b11770d3c395b032545a78e5412be00c2ef)
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
index 6c57fdbb4..b8d5d58cc 100644
--- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
+++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
@@ -1,6 +1,6 @@
1# Copyright 2017-2026 NXP 1# Copyright 2017-2026 NXP
2 2
3DEPENDS = "zlib-native openssl-native" 3DEPENDS = "openssl-native zlib-native"
4 4
5SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH} \ 5SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH} \
6 file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ 6 file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \