From 541a7f4e6e0445d668f793af0337cd4d2660afe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 7 May 2021 12:25:38 +0200 Subject: [PATCH] lxqt-build-tools: upgrade 0.8.0 -> 0.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller (cherry picked from commit e968335261134b252ed6d656006e1d030ff571ea) --- recipes-lxqt/lxqt-build-tools/lxqt-build-tools.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-lxqt/lxqt-build-tools/lxqt-build-tools.bb b/recipes-lxqt/lxqt-build-tools/lxqt-build-tools.bb index feddf64a..f2626ab8 100644 --- a/recipes-lxqt/lxqt-build-tools/lxqt-build-tools.bb +++ b/recipes-lxqt/lxqt-build-tools/lxqt-build-tools.bb @@ -10,6 +10,6 @@ do_configure_append() { } SRC_URI = "git://github.com/lxde/${BPN}.git" -SRCREV = "bf7e4b9c7ee91106b844741251e4f98cfdfc1088" -PV = "0.8.0" +SRCREV = "42de723edf3e342e554b9e02345d32c86fec7691" +PV = "0.9.0" S = "${WORKDIR}/git"