Signed-off-by: Frede Hoey Braendstrup <[email protected]> --- .../drm-framebuffer/drm-framebuffer_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb
diff --git a/meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb b/meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb new file mode 100644 index 0000000000..faffca2059 --- /dev/null +++ b/meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb @@ -0,0 +1,16 @@ +HOMEPAGE = "https://github.com/embear-engineering/drm-framebuffer" +SUMMARY = "A simple application which can be used to test a Linux DRM device" +SECTION = "graphics" + +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c" + +SRC_URI = "git://github.com/embear-engineering/drm-framebuffer;protocol=https;branch=main" + +PV = "0.1+git" +SRCREV = "a560c2b810c8f677aaaaa9e9e8b1d13854718aba" + +inherit cmake pkgconfig + +DEPENDS = "libdrm" + --
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124312): https://lists.openembedded.org/g/openembedded-devel/message/124312 Mute This Topic: https://lists.openembedded.org/mt/117719126/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
