From 1ecd05aded7d146309ba3a65fcda4651f81bae8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Dec 2019 19:29:17 +0100 Subject: [PATCH] serd: upgrade 0.30.0 -> 0.30.3+ 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/{serd_0.30.0.bb => serd_git.bb} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename recipes-musicians/drobilla/{serd_0.30.0.bb => serd_git.bb} (51%) diff --git a/recipes-musicians/drobilla/serd_0.30.0.bb b/recipes-musicians/drobilla/serd_git.bb similarity index 51% rename from recipes-musicians/drobilla/serd_0.30.0.bb rename to recipes-musicians/drobilla/serd_git.bb index d64043f..2e4bad6 100644 --- a/recipes-musicians/drobilla/serd_0.30.0.bb +++ b/recipes-musicians/drobilla/serd_git.bb @@ -5,6 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7aceb3a3edc99517b08f5cdd557e11fb" inherit waf -SRC_URI = "http://download.drobilla.net/${BPN}-${PV}.tar.bz2" -SRC_URI[md5sum] = "82243362b8b5a47dd46dac7ae893f562" -SRC_URI[sha256sum] = "6efb0efa5c2155e6bbac941cddeeabb7ed26d70a57d24178894ff169d8f6cefb" +SRC_URI = " \ + gitsm://github.com/drobilla/serd.git \ + file://0001-Fix-build-for-python3-only-environments.patch \ +" +SRCREV = "2efb107eb4d4381198de51bd4f092ae1ead02e31" +S = "${WORKDIR}/git" +PV = "0.30.3+git${SRCPV}"