mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
536d89b1eb
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
16 lines
482 B
BlitzBasic
16 lines
482 B
BlitzBasic
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=copilot/create-release-v1-0-0"
|
|
|
|
SRCREV = "09df30960552f23d0fa7471be0caf7f095fcd522"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
DEPENDS = "libdrm"
|
|
|