From 55d6a933d7378bf6b2152549df18ed6ede719a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 3 Nov 2021 17:15:45 +0100 Subject: [PATCH] tomahawk: remove protocol=git from 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/tomahawk/tomahawk_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-musicians/tomahawk/tomahawk_git.bb b/recipes-musicians/tomahawk/tomahawk_git.bb index a38b4a5..af21e68 100644 --- a/recipes-musicians/tomahawk/tomahawk_git.bb +++ b/recipes-musicians/tomahawk/tomahawk_git.bb @@ -9,7 +9,7 @@ DEPENDS += " \ " SRC_URI = " \ - git://github.com/tomahawk-player/${BPN}.git;protocol=git \ + git://github.com/tomahawk-player/${BPN}.git \ file://0001-use-pkg-config-to-find-taglib.patch \ " SRCREV = "7e96285132921936b3a62202d894d5288e5890d2"