From 49aa1f960627b4f2e9eb663c71e6e0c0210da557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 21 Dec 2015 11:30:10 +0100 Subject: [PATCH] qtiohelper: initial add 0.0.1+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/qtiohelper/qtiohelper_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-support/qtiohelper/qtiohelper_git.bb diff --git a/recipes-support/qtiohelper/qtiohelper_git.bb b/recipes-support/qtiohelper/qtiohelper_git.bb new file mode 100644 index 00000000..876145d7 --- /dev/null +++ b/recipes-support/qtiohelper/qtiohelper_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "A qt5 library with input/output helpers" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" + +require recipes-qt/qt5/qt5.inc + +SRC_URI = "git://github.com/schnitzeltony/qtiohelper.git" + +DEPENDS += "qtbase" + +PV = "0.0.1+git${SRCPV}" +SRCREV = "2b26d6e95fc0c651ee80982ec0dba775462e1d32" + +S="${WORKDIR}/git"