From e1130662be9e8420bd7c435098f5aa60ee6f03ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 6 May 2016 09:47:34 +0200 Subject: [PATCH] qtiohelper: move to recipes-misc/recipes-hardhelper and polish recipe slightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../recipes-hardhelper}/qtiohelper/qtiohelper_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {recipes-support => recipes-misc/recipes-hardhelper}/qtiohelper/qtiohelper_git.bb (68%) diff --git a/recipes-support/qtiohelper/qtiohelper_git.bb b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb similarity index 68% rename from recipes-support/qtiohelper/qtiohelper_git.bb rename to recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb index 91be42c8..235b8d13 100644 --- a/recipes-support/qtiohelper/qtiohelper_git.bb +++ b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb @@ -1,11 +1,11 @@ -SUMMARY = "A qt5 library with input/output helpers" +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" +SRC_URI = "git://github.com/schnitzeltony/${BPN}.git" DEPENDS += "qtbase"