From a01be81aa3306f3bcaf58007a0a16e55ceb28fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 2 Dec 2018 03:40:34 +0100 Subject: [PATCH] liri-screencast: initial add 0.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../liri-screencast/liri-screencast_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-liri/liri-screencast/liri-screencast_git.bb diff --git a/recipes-liri/liri-screencast/liri-screencast_git.bb b/recipes-liri/liri-screencast/liri-screencast_git.bb new file mode 100644 index 00000000..328f6c6f --- /dev/null +++ b/recipes-liri/liri-screencast/liri-screencast_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "Qt wrapper for GSettings" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = " \ + file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ +" + +inherit liri + +DEPENDS += " \ + qt-gstreamer \ +" + +PV = "0.9.0+git${SRCPV}" +SRCREV = "07eae89d912521271584c2acb7388774690f0d30" +S = "${WORKDIR}/git"