From 4c155343f522be16e81b87d3b1626e93b29efc04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 2 Dec 2018 23:13:05 +0100 Subject: [PATCH] liri-eglfs: initial add 0.0.0+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-liri/liri-eglfs/liri-eglfs_git.bb | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-liri/liri-eglfs/liri-eglfs_git.bb diff --git a/recipes-liri/liri-eglfs/liri-eglfs_git.bb b/recipes-liri/liri-eglfs/liri-eglfs_git.bb new file mode 100644 index 00000000..f62613f7 --- /dev/null +++ b/recipes-liri/liri-eglfs/liri-eglfs_git.bb @@ -0,0 +1,25 @@ +SUMMARY = "EGL fullscreen platform plugin" +LICENSE = "GPLv3 & LGPLv3" +LIC_FILES_CHKSUM = " \ + file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ + file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ +" + +inherit liri + +DEPENDS += " \ + liri-libliri \ + liri-qtudev \ + libinput \ + drm \ + virtual/libgbm \ +" + +PV = "0.0.0+git${SRCPV}" + +SRCREV = "ad69d7331af5ea34a18f13da9ec18755fae92edb" +S = "${WORKDIR}/git" + +FILES_${PN} += " \ + ${OE_QMAKE_PATH_PLUGINS} \ +"