From 22df63d188e0b504b6e43b595e7af0510730d632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 9 Sep 2020 23:13:58 +0200 Subject: [PATCH] mamba: upgrade 1.1 -> 1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/guitarix/mamba.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-musicians/guitarix/mamba.bb b/recipes-musicians/guitarix/mamba.bb index de0d859..93ba224 100644 --- a/recipes-musicians/guitarix/mamba.bb +++ b/recipes-musicians/guitarix/mamba.bb @@ -4,11 +4,11 @@ LICENSE = "BSD-0-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=1a396d84ed72b4a017f02f5c5d1eaafe" SRC_URI = "gitsm://github.com/brummer10/Mamba.git" -SRCREV = "f4289a3dadff2640860f37ecbb379c21fe820408" -PV = "1.1" +SRCREV = "e003ac626b4f28a76c8a3d3a5c94f0373d6e9f96" +PV = "1.4" S = "${WORKDIR}/git" -inherit pkgconfig features_check +inherit pkgconfig features_check mime-xdg REQUIRED_DISTRO_FEATURES = "x11" @@ -19,6 +19,8 @@ DEPENDS += " \ lv2 \ liblo \ jack \ + fluidsynth \ + libsmf \ " do_compile() {