diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
| commit | 6f44845a652c6e9ce51cce18ea3b51826939651c (patch) | |
| tree | 8209f491b00cf1a3b16fd5813543472aaa01a36c /recipes-graphics | |
| parent | e2bb49124f6f25477dd9056802199a5e74ad7463 (diff) | |
| download | meta-freescale-6f44845a652c6e9ce51cce18ea3b51826939651c.tar.gz | |
devil: import from meta-freescale-distro
Move the recipe into meta-freescale as part of consolidating all
recipe content into a single layer. meta-freescale-distro is becoming a
thin backward-compatibility layer that only keeps the distro definitions
for the wrynose LTS lifetime and is no longer used for recipe development.
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 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-graphics/devil/devil_1.8.0.bb b/recipes-graphics/devil/devil_1.8.0.bb new file mode 100644 index 000000000..dcbdf3ac1 --- /dev/null +++ b/recipes-graphics/devil/devil_1.8.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "A full featured cross-platform image library" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "LGPL-2.1-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" | ||
| 5 | PR = "r0" | ||
| 6 | |||
| 7 | DEPENDS = "libpng jpeg tiff xz" | ||
| 8 | |||
| 9 | SRC_URI = "http://sourceforge.net/projects/openil/files/DevIL/${PV}/DevIL-${PV}.zip" | ||
| 10 | SRC_URI[sha256sum] = "451337f392c65bfb83698a781370534dc63d7bafca21e9b37178df0518f7e895" | ||
| 11 | |||
| 12 | S = "${UNPACKDIR}/DevIL/DevIL" | ||
| 13 | |||
| 14 | inherit cmake | ||
| 15 | |||
| 16 | TARGET_CFLAGS += "-Dpng_set_gray_1_2_4_to_8=png_set_expand_gray_1_2_4_to_8" | ||
| 17 | |||
| 18 | SOLIBS = ".so" | ||
| 19 | FILES_SOLIBSDEV = "" | ||
| 20 | |||
| 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
