From e06f8a82ae5b93caa55638318b32474843969eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 21 May 2020 18:55:40 +0200 Subject: [PATCH] serd: upgrade 0.30.3+ -> 0.30.4 / change SRC_URI / rename recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/drobilla/{serd_git.bb => serd.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-musicians/drobilla/{serd_git.bb => serd.bb} (72%) diff --git a/recipes-musicians/drobilla/serd_git.bb b/recipes-musicians/drobilla/serd.bb similarity index 72% rename from recipes-musicians/drobilla/serd_git.bb rename to recipes-musicians/drobilla/serd.bb index 2e4bad6..b6aa596 100644 --- a/recipes-musicians/drobilla/serd_git.bb +++ b/recipes-musicians/drobilla/serd.bb @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7aceb3a3edc99517b08f5cdd557e11fb" inherit waf SRC_URI = " \ - gitsm://github.com/drobilla/serd.git \ + gitsm://gitlab.com/drobilla/serd.git;protocol=https \ file://0001-Fix-build-for-python3-only-environments.patch \ " -SRCREV = "2efb107eb4d4381198de51bd4f092ae1ead02e31" +SRCREV = "227565f5be637d4d5db231f8860ee24c610ddad7" S = "${WORKDIR}/git" -PV = "0.30.3+git${SRCPV}" +PV = "0.30.4"