From fceeffc37ff5db7def3ebe34c452134a09526219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 21 Aug 2016 18:02:14 +0200 Subject: [PATCH] qsynth: add missing HOMEPAGE and DEPENDS - initial commit went out too early MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-misc/recipes-multimedia/qsynth/qsynth_0.4.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-misc/recipes-multimedia/qsynth/qsynth_0.4.1.bb b/recipes-misc/recipes-multimedia/qsynth/qsynth_0.4.1.bb index ff6a5498..2d529ffb 100644 --- a/recipes-misc/recipes-multimedia/qsynth/qsynth_0.4.1.bb +++ b/recipes-misc/recipes-multimedia/qsynth/qsynth_0.4.1.bb @@ -1,8 +1,10 @@ SUMMARY = "Qt GUI Interface for FluidSynth" +HOMEPAGE = "http://qsynth.sourceforge.net/qsynth-index.html" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS += " \ + fluidsynth \ " inherit cmake_qt5