From 41515926e8b7183c6d6150aa8adb98b7d1cc82d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 10 May 2016 09:48:06 +0200 Subject: [PATCH] qtrelays was merged into qtiohelper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../qtiohelper/qtiohelper_git.bb | 2 +- .../recipes-hardhelper/qtrelays/qtrelays_git.bb | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 recipes-misc/recipes-hardhelper/qtrelays/qtrelays_git.bb diff --git a/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb index 235b8d13..0060061d 100644 --- a/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb +++ b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb @@ -10,6 +10,6 @@ SRC_URI = "git://github.com/schnitzeltony/${BPN}.git" DEPENDS += "qtbase" PV = "0.1.0+git${SRCPV}" -SRCREV = "c9e3b9ceb466afde189df2d4f574815072eb697a" +SRCREV = "e101294bc571d430a7c9d5a45fe1c4bf884928f3" S="${WORKDIR}/git" diff --git a/recipes-misc/recipes-hardhelper/qtrelays/qtrelays_git.bb b/recipes-misc/recipes-hardhelper/qtrelays/qtrelays_git.bb deleted file mode 100644 index e4d27b03..00000000 --- a/recipes-misc/recipes-hardhelper/qtrelays/qtrelays_git.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "A Qt5 library to manage electromechanical relay control" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" - -require recipes-qt/qt5/qt5.inc - -SRC_URI = "git://github.com/schnitzeltony/${BPN}.git" - -DEPENDS += "qtbase" - -PV = "0.0.1+git${SRCPV}" -SRCREV = "6424cd525f82f875f3a7ebc880d970bcf00a4000" - -S="${WORKDIR}/git"