From 215e2c642a6c7036fa617f14ba9bc546ac2aeb5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Dec 2019 19:49:54 +0100 Subject: [PATCH] lv2: upgrade 1.14.0+ -> 1.17.0+ 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 --- recipes-musicians/drobilla/lv2.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-musicians/drobilla/lv2.inc b/recipes-musicians/drobilla/lv2.inc index 48f3dd4..0fde646 100644 --- a/recipes-musicians/drobilla/lv2.inc +++ b/recipes-musicians/drobilla/lv2.inc @@ -3,11 +3,12 @@ LICENSE = "ISC" LIC_FILES_CHKSUM = "file://COPYING;md5=0383f162366b0c5a316292759a55d292" SRC_URI = " \ - git://github.com/drobilla/lv2.git \ + gitsm://github.com/drobilla/lv2.git \ file://0001-Output-more-details-on-import-error-to-catch-missing.patch \ + file://0001-Fix-build-for-python3-only-environments.patch \ " S = "${WORKDIR}/git" -SRCREV = "96a6283a5fe023c59113242631f337da5f0eb278" -PV = "1.14.0+git${SRCPV}" +SRCREV = "06d3f56a39be35b73b7c687920da871b24913edd" +PV = "1.17.0+git${SRCPV}" inherit waf pkgconfig