diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 16:58:24 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-07-13 22:56:18 +0000 |
| commit | 7c55b627bf4d1b8b4e532b64ed379e5564c44ddb (patch) | |
| tree | b65b9f4ef697756a96209c0391a7048aa9ea895f | |
| parent | b701fafcb0da39ec325f003482e28cbe8e49d833 (diff) | |
| download | meta-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.inc | 2 |
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 | ||
| 3 | DEPENDS = "zlib-native openssl-native" | 3 | DEPENDS = "openssl-native zlib-native" |
| 4 | 4 | ||
| 5 | SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH} \ | 5 | SRC_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 \ |
