From c7aa1a52242e6af88daa5c30950265b8221ddb21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 28 Nov 2019 08:34:34 +0100 Subject: [PATCH] muse: Fix warning caused by distro_features_check deprecatio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Although not building and therefore not part of musician's world it causes warnings on parsing Signed-off-by: Andreas Müller --- recipes-musicians/muse/muse_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-musicians/muse/muse_git.bb b/recipes-musicians/muse/muse_git.bb index 760d1de..fcb9c09 100644 --- a/recipes-musicians/muse/muse_git.bb +++ b/recipes-musicians/muse/muse_git.bb @@ -19,7 +19,7 @@ DEPENDS += " \ " # Note: lmms is in DEPENDS for supplying VST header aeffectx.h only -inherit cmake_qt5 pkgconfig gtk-icon-cache distro_features_check mime qt5-translation +inherit cmake_qt5 pkgconfig gtk-icon-cache features_check mime qt5-translation SRC_URI = " \ git://github.com/muse-sequencer/muse.git \