From c9f3120acd71fc0238f3f76c151f7abafa295cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 29 Nov 2019 07:58:57 +0100 Subject: [PATCH] qmlarkdown: upgrade to latest sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * From time to time we should run tests on weak machines * If it builds/runs for OE/Raspi3 it builds/runs everywhere :) Signed-off-by: Andreas Müller --- recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb b/recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb index c6b3e5d3..a602ab95 100644 --- a/recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb +++ b/recipes-schnitzeltony/recipes-markdown/qmlarkdown.bb @@ -12,7 +12,7 @@ DEPENDS = " \ " SRC_URI = "gitsm://github.com/schnitzeltony/qmlarkdown.git" -SRCREV = "294b8812b247d42adca93a29ce7ce931a01e0d34" +SRCREV = "a869ee768255646b83bf7732c4d63fa1f22da0f6" PV = "0.0.0+git${SRCPV}" S = "${WORKDIR}/git"