From 06c94b6b48ca08f412c65dd7c65ab92281466d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 10 Oct 2020 12:25:42 +0200 Subject: [PATCH] mamba: upgrade 1.5 -> 1.6 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-musicians/guitarix/mamba.bb b/recipes-musicians/guitarix/mamba.bb index 37f4022..69a3f88 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 = "1eda038b05badc8028e866aada9e4b777a9a8dbc" -PV = "1.5" +SRCREV = "eb4157708931ce89895d50cc5dca36084678fa61" +PV = "1.6" S = "${WORKDIR}/git" -inherit pkgconfig features_check mime-xdg +inherit pkgconfig features_check mime-xdg gettext REQUIRED_DISTRO_FEATURES = "x11"