summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb')
-rw-r--r--meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb b/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb
deleted file mode 100644
index 4435c40777..0000000000
--- a/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb
+++ /dev/null
@@ -1,33 +0,0 @@
1# SPDX-FileCopyrightText: Huawei Inc.
2#
3# SPDX-License-Identifier: MIT
4
5HOMEPAGE = "https://lvgl.io/"
6DESCRIPTION = "LVGL is an OSS graphics library to create embedded GUI"
7SUMMARY = "Light and Versatile Graphics Library"
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a"
10
11SRC_URI = "\
12 git://github.com/lvgl/lvgl;protocol=https;branch=master \
13 file://0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch \
14 file://0007-fix-cmake-generate-versioned-shared-libraries.patch \
15 file://0008-fix-fbdev-set-resolution-prior-to-buffer.patch \
16 "
17SRCREV = "e1c0b21b2723d391b885de4b2ee5cc997eccca91"
18
19inherit cmake
20
21EXTRA_OECMAKE = "-DLIB_INSTALL_DIR=${baselib} -DBUILD_SHARED_LIBS=ON"
22S = "${WORKDIR}/git"
23
24require lv-conf.inc
25
26do_install:append() {
27 install -d "${D}${includedir}/${PN}"
28 install -m 0644 "${S}/lv_conf.h" "${D}${includedir}/${PN}/lv_conf.h"
29}
30
31FILES:${PN}-dev += "\
32 ${includedir}/${PN}/ \
33 "