From dbbd958cc8edbfcba5fb3e211d849b5276427b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 21 May 2020 18:53:31 +0200 Subject: [PATCH] raul: rename recipe / change SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/drobilla/{raul_git.bb => raul.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-musicians/drobilla/{raul_git.bb => raul.bb} (90%) diff --git a/recipes-musicians/drobilla/raul_git.bb b/recipes-musicians/drobilla/raul.bb similarity index 90% rename from recipes-musicians/drobilla/raul_git.bb rename to recipes-musicians/drobilla/raul.bb index d78d99f..2818d4e 100644 --- a/recipes-musicians/drobilla/raul_git.bb +++ b/recipes-musicians/drobilla/raul.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" inherit waf SRC_URI = " \ - gitsm://github.com/drobilla/raul.git \ + gitsm://gitlab.com/drobilla/raul.git;protocol=https \ file://0001-Fix-build-for-python3-only-environments.patch \ " SRCREV = "e87bb398f025912fb989a09f1450b838b251aea1"