diff options
Diffstat (limited to 'meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb')
-rw-r--r-- | meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb new file mode 100644 index 000000000..d86d6ff9c --- /dev/null +++ b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_8.3.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "LVGL Demo Application for Framebuffer" | ||
2 | HOMEPAGE = "https://github.com/lvgl/lv_port_linux_frame_buffer" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=802d3d83ae80ef5f343050bf96cce3a4 \ | ||
5 | file://lv_drivers/LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2 \ | ||
6 | file://lvgl/LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" | ||
7 | |||
8 | SRC_URI = "gitsm://github.com/lvgl/lv_port_linux_frame_buffer.git;branch=master;protocol=https" | ||
9 | SRCREV = "adf2c4490e17a1b9ec1902cc412a24b3b8235c8e" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | EXTRA_OEMAKE = "DESTDIR=${D}" | ||
14 | |||
15 | do_install() { | ||
16 | oe_runmake install | ||
17 | } | ||