From 8814cd068eeee6122e3d3d3081d88bf259cbfa1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Dec 2019 19:33:27 +0100 Subject: [PATCH] sord: upgrade 0.16.2 -> 0.16.4+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This version should build for python3 only ennvironments Signed-off-by: Andreas Müller --- .../drobilla/{sord_0.16.2.bb => sord_git.bb} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename recipes-musicians/drobilla/{sord_0.16.2.bb => sord_git.bb} (51%) diff --git a/recipes-musicians/drobilla/sord_0.16.2.bb b/recipes-musicians/drobilla/sord_git.bb similarity index 51% rename from recipes-musicians/drobilla/sord_0.16.2.bb rename to recipes-musicians/drobilla/sord_git.bb index 191cfc4..712f8f1 100644 --- a/recipes-musicians/drobilla/sord_0.16.2.bb +++ b/recipes-musicians/drobilla/sord_git.bb @@ -7,6 +7,10 @@ inherit waf pkgconfig DEPENDS += "libpcre serd" -SRC_URI = "http://download.drobilla.net/${BPN}-${PV}.tar.bz2" -SRC_URI[md5sum] = "eb1d1c62ffb5153d5e1f5d12a3b7279b" -SRC_URI[sha256sum] = "09f51174dd8f3efbd95f44f0bb0b165f08e066e052d40095de59de787987da8d" +SRC_URI = " \ + gitsm://github.com/drobilla/sord.git \ + file://0001-Fix-build-for-python3-only-environments.patch \ +" +SRCREV = "834610cd3faceff24c083738dbe88a56d412368c" +S = "${WORKDIR}/git" +PV = "0.16.4+git${SRCPV}"