From f427a04ef8c1d3642ac2217248fb067db4cd8d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 22 Jul 2020 23:46:02 +0200 Subject: [PATCH] mixxx: upgrade 2.2.2 -> 2.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/mixxx/mixxx_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-musicians/mixxx/mixxx_git.bb b/recipes-musicians/mixxx/mixxx_git.bb index 3428f59..37ab21c 100644 --- a/recipes-musicians/mixxx/mixxx_git.bb +++ b/recipes-musicians/mixxx/mixxx_git.bb @@ -46,9 +46,9 @@ SRC_URI = " \ file://0003-align-path-of-qt-build-tools-to-our-needs.patch \ file://0004-Do-not-add-host-libdir-to-LDPATH-rpath.patch \ " -SRCREV = "8a94cf57d07e3ce2397ea96724d7c6130aa74eff" +SRCREV = "59683489997e19d861a218e2e692cdbe52168869" S = "${WORKDIR}/git" -PV = "2.2.2" +PV = "2.2.4" # qtbase is expected to be build for desktop GL. If there is qtbase with gles # add opengles=1 to EXTRA_OESCONS but that currently disables code paths and