diff --git a/recipes-musicians/sjaehn/bjumblr.bb b/recipes-musicians/sjaehn/bjumblr.bb index 5ae765c..8df088c 100644 --- a/recipes-musicians/sjaehn/bjumblr.bb +++ b/recipes-musicians/sjaehn/bjumblr.bb @@ -14,10 +14,13 @@ DEPENDS += " \ lv2 \ " -SRC_URI = "git://github.com/sjaehn/BJumblr.git" -SRCREV = "6181888e6e236dcaaf5c457e1ca3b13e084ebdf6" +SRC_URI = " \ + git://github.com/sjaehn/BJumblr.git \ + file://0001-Allow-parallel-build.patch \ +" +SRCREV = "bf1a0a076c15a641f6d213afcb0f4b9245c87d18" S = "${WORKDIR}/git" -PV = "1.6.4" +PV = "1.6.6" do_install() { DESTDIR=${D} PREFIX=${prefix} oe_runmake install diff --git a/recipes-musicians/sjaehn/bjumblr/0001-Allow-parallel-build.patch b/recipes-musicians/sjaehn/bjumblr/0001-Allow-parallel-build.patch new file mode 100644 index 0000000..776707d --- /dev/null +++ b/recipes-musicians/sjaehn/bjumblr/0001-Allow-parallel-build.patch @@ -0,0 +1,25 @@ +From f0e8de8bd963d8766d6ed53d20b1575dad7bc9f5 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Fri, 30 Apr 2021 21:55:54 +0200 +Subject: [PATCH] Allow parallel build +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Andreas Müller +--- + makefile | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/makefile b/makefile +index 6c026f7..0c094ad 100644 +--- a/makefile ++++ b/makefile +@@ -170,4 +170,3 @@ clean: + + .PHONY: all install install-strip uninstall clean + +-.NOTPARALLEL: +-- +2.30.2 +