diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 16:53:19 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 16:53:19 -0300 |
| commit | 26ef93928afcf8af4e91085226a9b93d5b2bd974 (patch) | |
| tree | e33932cc88222f0c471a095760fe45ed4c0ccdbc /recipes-devtools | |
| parent | 688bfb0445758b2af9112b800e7e4d741dcd80e5 (diff) | |
| download | meta-freescale-26ef93928afcf8af4e91085226a9b93d5b2bd974.tar.gz | |
qemu-qoriq: Sort DEPENDS entries alphabetically
Order DEPENDS alphabetically per oelint.vars.dependsordered. No
functional change.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_4.2.bb b/recipes-devtools/qemu/qemu-qoriq_4.2.bb index 222fc5b47..db0ed3423 100644 --- a/recipes-devtools/qemu/qemu-qoriq_4.2.bb +++ b/recipes-devtools/qemu/qemu-qoriq_4.2.bb | |||
| @@ -4,7 +4,7 @@ require qemu-qoriq.inc | |||
| 4 | 4 | ||
| 5 | COMPATIBLE_MACHINE = "(qoriq)" | 5 | COMPATIBLE_MACHINE = "(qoriq)" |
| 6 | 6 | ||
| 7 | DEPENDS = "glib-2.0 zlib pixman bison-native" | 7 | DEPENDS = "bison-native glib-2.0 pixman zlib" |
| 8 | 8 | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ |
| 10 | file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f" | 10 | file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f" |
