From 594b8657be2e2640e67c7a99b057bbff8fe5e3f3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Aug 2023 10:39:19 -0700 Subject: [PATCH] lvgl-demo-fb: Remove Its now available in meta-oe Signed-off-by: Khem Raj --- .../recipes-graphics/lvgl/lvgl-demo-fb.bb | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 sources/meta-yoe/recipes-graphics/lvgl/lvgl-demo-fb.bb diff --git a/sources/meta-yoe/recipes-graphics/lvgl/lvgl-demo-fb.bb b/sources/meta-yoe/recipes-graphics/lvgl/lvgl-demo-fb.bb deleted file mode 100644 index bc9eb9234..000000000 --- a/sources/meta-yoe/recipes-graphics/lvgl/lvgl-demo-fb.bb +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright (C) 2022 Cliff Brake -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "LVGL Demo Application for Framebuffer" -HOMEPAGE = "https://github.com/lvgl/lv_port_linux_frame_buffer" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=802d3d83ae80ef5f343050bf96cce3a4 \ - file://lv_drivers/LICENSE;md5=d6fc0df890c5270ef045981b516bb8f2 \ - file://lvgl/LICENCE.txt;md5=bf1198c89ae87f043108cea62460b03a" - -SRC_URI = "gitsm://github.com/lvgl/lv_port_linux_frame_buffer.git;branch=master;protocol=https" -SRCREV = "adf2c4490e17a1b9ec1902cc412a24b3b8235c8e" - -S = "${WORKDIR}/git" - -EXTRA_OEMAKE = "DESTDIR=${D}" - -do_install() { - oe_runmake install -}