From 2aabf16e27f093a7bc1be308fc786be1ff047e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 21 May 2020 18:50:21 +0200 Subject: [PATCH] patchage: upgrade 1.0.1+ -> 1.0.2 / 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/{patchage_git.bb => patchage.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-musicians/drobilla/{patchage_git.bb => patchage.bb} (88%) diff --git a/recipes-musicians/drobilla/patchage_git.bb b/recipes-musicians/drobilla/patchage.bb similarity index 88% rename from recipes-musicians/drobilla/patchage_git.bb rename to recipes-musicians/drobilla/patchage.bb index 3bb683f..662be87 100644 --- a/recipes-musicians/drobilla/patchage_git.bb +++ b/recipes-musicians/drobilla/patchage.bb @@ -16,6 +16,6 @@ SRC_URI = " \ gitsm://gitlab.com/drobilla/patchage.git;protocol=https \ file://0001-Fix-build-for-python3-only-environments.patch \ " -SRCREV = "0a175df57e8d55d67a8b5fe8308f35dd895b91cf" -PV = "1.0.1+git${SRCPV}" +SRCREV = "b69c3bac42c9cf5cfcd79bce3363b4343bf0cd2e" +PV = "1.0.2" S = "${WORKDIR}/git"