summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:02 -0300
commit6f44845a652c6e9ce51cce18ea3b51826939651c (patch)
tree8209f491b00cf1a3b16fd5813543472aaa01a36c /recipes-graphics
parente2bb49124f6f25477dd9056802199a5e74ad7463 (diff)
downloadmeta-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.bb21
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 @@
1DESCRIPTION = "A full featured cross-platform image library"
2SECTION = "libs"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780"
5PR = "r0"
6
7DEPENDS = "libpng jpeg tiff xz"
8
9SRC_URI = "http://sourceforge.net/projects/openil/files/DevIL/${PV}/DevIL-${PV}.zip"
10SRC_URI[sha256sum] = "451337f392c65bfb83698a781370534dc63d7bafca21e9b37178df0518f7e895"
11
12S = "${UNPACKDIR}/DevIL/DevIL"
13
14inherit cmake
15
16TARGET_CFLAGS += "-Dpng_set_gray_1_2_4_to_8=png_set_expand_gray_1_2_4_to_8"
17
18SOLIBS = ".so"
19FILES_SOLIBSDEV = ""
20
21PACKAGE_ARCH = "${MACHINE_ARCH}"