From 6f08f5bcf74fe0c7e22f189d2ff89ada58ad59ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 22 Aug 2021 14:17:12 +0200 Subject: [PATCH] carla: upgrade 2.3.0+ -> 2.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/carla/carla.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-musicians/carla/carla.bb b/recipes-musicians/carla/carla.bb index 3830de3..56aaab1 100644 --- a/recipes-musicians/carla/carla.bb +++ b/recipes-musicians/carla/carla.bb @@ -11,9 +11,9 @@ SRC_URI = " \ file://0001-do-not-try-to-cross-run-carla-lv2-export.patch \ file://0002-Do-not-try-to-find-Qt5-host-bins-it-won-t-work.patch \ " -SRCREV = "545304f5cfa484d4037b845a4df4abd530f82669" +SRCREV = "b02121e9a2cc6229b3863a54405c52614471895c" S = "${WORKDIR}/git" -PV = "2.3.0+git${SRCPV}" +PV = "2.4.0" REQUIRED_DISTRO_FEATURES = "x11"