diff --git a/recipes-musicians/drobilla/files/0001-Do-not-inject-usr-local-include-to-include-paths.patch b/recipes-musicians/drobilla/files/0001-Do-not-inject-usr-local-include-to-include-paths.patch deleted file mode 100644 index 90dd363..0000000 --- a/recipes-musicians/drobilla/files/0001-Do-not-inject-usr-local-include-to-include-paths.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 36b834661ac4169db20c682bddfdcdf96df5a2f7 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Sat, 19 Jan 2019 00:44:13 +0100 -Subject: [PATCH] Do not inject /usr/local/include to include paths -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Upstream-Status: Pending - -Signed-off-by: Andreas Müller ---- - waflib/extras/autowaf.py | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/waflib/extras/autowaf.py b/waflib/extras/autowaf.py -index feaae3c6..119c95b5 100644 ---- a/waflib/extras/autowaf.py -+++ b/waflib/extras/autowaf.py -@@ -189,8 +189,6 @@ def check_pkg(conf, name, **args): - if 'COMPILER_CXX' in conf.env: - conf.env.append_value('CXXFLAGS', ['-isystem', path]) - -- conf.env.append_value('CXXFLAGS', ['-isystem', '/usr/local/include']) -- - def normpath(path): - if sys.platform == 'win32': - return os.path.normpath(path).replace('\\', '/') --- -2.20.1 - diff --git a/recipes-musicians/drobilla/patchage_git.bb b/recipes-musicians/drobilla/patchage_git.bb index 05749cc..3bb683f 100644 --- a/recipes-musicians/drobilla/patchage_git.bb +++ b/recipes-musicians/drobilla/patchage_git.bb @@ -13,9 +13,9 @@ DEPENDS += " \ " SRC_URI = " \ - git://git.drobilla.net/patchage.git;protocol=http \ - file://0001-Do-not-inject-usr-local-include-to-include-paths.patch \ + gitsm://gitlab.com/drobilla/patchage.git;protocol=https \ + file://0001-Fix-build-for-python3-only-environments.patch \ " -SRCREV = "b69a38d171758c6e979d74541fc21d12b7e6abda" -PV = "1.0.0+git${SRCPV}" +SRCREV = "0a175df57e8d55d67a8b5fe8308f35dd895b91cf" +PV = "1.0.1+git${SRCPV}" S = "${WORKDIR}/git"