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 | f5d5ea8522401b534b14119d2de1a142a5db9443 (patch) | |
| tree | 92f10460981f4364764f2295161b7ae0e1f85f52 /recipes-graphics | |
| parent | 28b000e66cc08c9c4d20e08a4a3140ae44a8eecf (diff) | |
| download | meta-freescale-f5d5ea8522401b534b14119d2de1a142a5db9443.tar.gz | |
devil: 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-graphics')
| -rw-r--r-- | recipes-graphics/devil/devil_1.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/devil/devil_1.8.0.bb b/recipes-graphics/devil/devil_1.8.0.bb index 5b3c5efd8..b161a4d7d 100644 --- a/recipes-graphics/devil/devil_1.8.0.bb +++ b/recipes-graphics/devil/devil_1.8.0.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "LGPL-2.1-only" | |||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" |
| 6 | PR = "r0" | 6 | PR = "r0" |
| 7 | 7 | ||
| 8 | DEPENDS = "libpng jpeg tiff xz" | 8 | DEPENDS = "jpeg libpng tiff xz" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://sourceforge.net/projects/openil/files/DevIL/${PV}/DevIL-${PV}.zip" | 10 | SRC_URI = "http://sourceforge.net/projects/openil/files/DevIL/${PV}/DevIL-${PV}.zip" |
| 11 | SRC_URI[sha256sum] = "451337f392c65bfb83698a781370534dc63d7bafca21e9b37178df0518f7e895" | 11 | SRC_URI[sha256sum] = "451337f392c65bfb83698a781370534dc63d7bafca21e9b37178df0518f7e895" |
