summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb b/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb
new file mode 100644
index 0000000000..ada9423076
--- /dev/null
+++ b/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb
@@ -0,0 +1,26 @@
1# SPDX-FileCopyrightText: Huawei Inc.
2# SPDX-License-Identifier: MIT
3
4src_org = "lvgl"
5SRC_URI = "gitsm://github.com/${src_org}/lv_lib_png;destsuffix=${S};protocol=https;nobranch=1"
6SRCREV = "bf1531afe07c9f861107559e29ab8a2d83e4715a"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2"
10
11HOMEPAGE = "https://docs.lvgl.io"
12SUMMARY = "PNG decoder for LVGL"
13DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lodepng"
14
15DEPENDS += "lvgl"
16
17inherit cmake
18
19TARGET_CFLAGS += "-DLV_CONF_INCLUDE_SIMPLE=1"
20TARGET_CFLAGS += "-I${RECIPE_SYSROOT}/${includedir}/lvgl"
21
22FILES:${PN}-dev = "\
23 ${includedir}/lvgl/lv_lib_png/ \
24 "
25
26FILES:${PN}-staticdev = "${libdir}/"