From: Carlos Rafael Giani Date: Mon, 10 Apr 2017 19:41:33 +0000 (+0200) Subject: kmscube: add recipe X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F30%2F15930%2F1;p=meta-freescale.git kmscube: add recipe This is a useful tool to test KMS and GBM-based EGL & OpenGL ES drawing Change-Id: I23d276759c5bc1bec017956070da4ced6352d9eb Signed-off-by: Carlos Rafael Giani Signed-off-by: Otavio Salvador Signed-off-by: Fabio Berton --- diff --git a/recipes-backport/kmscube/kmscube_git.bb b/recipes-backport/kmscube/kmscube_git.bb new file mode 100644 index 00000000..518c98e1 --- /dev/null +++ b/recipes-backport/kmscube/kmscube_git.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Demo application to showcase 3D graphics using kms and gbm" +HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/" +LICENSE = "MIT" +SECTION = "graphics" +DEPENDS = "virtual/libgles2 virtual/egl libdrm gstreamer1.0 gstreamer1.0-plugins-base" + +LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb" + +SRCREV = "e56980c28766ffb0bf8edee96b529a5b47f97137" +SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig