diff options
-rw-r--r-- | meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb | 15 |
1 files changed, 6 insertions, 9 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 index 084070c436..5b3b38d4a6 100644 --- 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 | |||
@@ -1,16 +1,15 @@ | |||
1 | # SPDX-FileCopyrightText: Huawei Inc. | 1 | # SPDX-FileCopyrightText: Huawei Inc. |
2 | # | ||
2 | # SPDX-License-Identifier: MIT | 3 | # SPDX-License-Identifier: MIT |
3 | 4 | ||
4 | src_org = "lvgl" | ||
5 | SRC_URI = "gitsm://github.com/${src_org}/lv_lib_png;destsuffix=${S};protocol=https;nobranch=1" | ||
6 | SRCREV = "bf1531afe07c9f861107559e29ab8a2d83e4715a" | ||
7 | |||
8 | LICENSE = "MIT" | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2" | ||
10 | |||
11 | HOMEPAGE = "https://docs.lvgl.io" | 5 | HOMEPAGE = "https://docs.lvgl.io" |
12 | SUMMARY = "PNG decoder for LVGL" | 6 | SUMMARY = "PNG decoder for LVGL" |
13 | DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lodepng" | 7 | DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lodepng" |
8 | LICENSE = "MIT" | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2" | ||
10 | |||
11 | SRC_URI = "git://github.com/lvgl/lv_lib_png;destsuffix=${S};protocol=https;nobranch=1" | ||
12 | SRCREV = "bf1531afe07c9f861107559e29ab8a2d83e4715a" | ||
14 | 13 | ||
15 | # because of lvgl dependency | 14 | # because of lvgl dependency |
16 | REQUIRED_DISTRO_FEATURES = "wayland" | 15 | REQUIRED_DISTRO_FEATURES = "wayland" |
@@ -26,5 +25,3 @@ TARGET_CFLAGS += "-I${RECIPE_SYSROOT}/${includedir}/lvgl" | |||
26 | FILES:${PN}-dev = "\ | 25 | FILES:${PN}-dev = "\ |
27 | ${includedir}/lvgl/lv_lib_png/ \ | 26 | ${includedir}/lvgl/lv_lib_png/ \ |
28 | " | 27 | " |
29 | |||
30 | FILES:${PN}-staticdev = "${libdir}/" | ||