From 905ac3cb7f88eb4e947afb7c84705734c80f657e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Dec 2019 19:46:14 +0100 Subject: [PATCH] sratom: upgrade 0.6.2 -> 0.6.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/{sratom_0.6.2.bb => sratom_git.bb} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) rename recipes-musicians/drobilla/{sratom_0.6.2.bb => sratom_git.bb} (54%) diff --git a/recipes-musicians/drobilla/sratom_0.6.2.bb b/recipes-musicians/drobilla/sratom_git.bb similarity index 54% rename from recipes-musicians/drobilla/sratom_0.6.2.bb rename to recipes-musicians/drobilla/sratom_git.bb index a5de2fe..134ecb3 100644 --- a/recipes-musicians/drobilla/sratom_0.6.2.bb +++ b/recipes-musicians/drobilla/sratom_git.bb @@ -7,6 +7,11 @@ inherit waf pkgconfig DEPENDS += "lv2 serd sord" -SRC_URI = "http://download.drobilla.net/${BPN}-${PV}.tar.bz2" -SRC_URI[md5sum] = "aa3c540032da43cf6cf68f684983d7f5" -SRC_URI[sha256sum] = "0a514a55d6b6cb7b5d6f32d1dcb78a1e6e54537fa22fce533e4ef6adf240e853" +SRC_URI = " \ + gitsm://github.com/drobilla/sratom.git \ + file://0001-Fix-build-for-python3-only-environments.patch \ +" +SRCREV = "2a585c391df6d8d9b0c92e850eab891b6a8f74f3" +S = "${WORKDIR}/git" +PV = "0.6.4+git${SRCPV}" +