From f9000e6c606d49fcb8f0a778e55e79e49a1e40fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 30 Apr 2021 22:02:49 +0200 Subject: [PATCH 1/2] bjumblr: upgrade 1.6.4 -> 1.6.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/sjaehn/bjumblr.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-musicians/sjaehn/bjumblr.bb b/recipes-musicians/sjaehn/bjumblr.bb index 5ae765c..9c33871 100644 --- a/recipes-musicians/sjaehn/bjumblr.bb +++ b/recipes-musicians/sjaehn/bjumblr.bb @@ -15,9 +15,9 @@ DEPENDS += " \ " SRC_URI = "git://github.com/sjaehn/BJumblr.git" -SRCREV = "6181888e6e236dcaaf5c457e1ca3b13e084ebdf6" +SRCREV = "bf1a0a076c15a641f6d213afcb0f4b9245c87d18" S = "${WORKDIR}/git" -PV = "1.6.4" +PV = "1.6.6" do_install() { DESTDIR=${D} PREFIX=${prefix} oe_runmake install From 52b14d670aa54dc1c45a35a68f27ba09c67fc9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 30 Apr 2021 22:03:55 +0200 Subject: [PATCH 2/2] bjumblr: allow parallel make MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/sjaehn/bjumblr.bb | 5 +++- .../bjumblr/0001-Allow-parallel-build.patch | 25 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 recipes-musicians/sjaehn/bjumblr/0001-Allow-parallel-build.patch diff --git a/recipes-musicians/sjaehn/bjumblr.bb b/recipes-musicians/sjaehn/bjumblr.bb index 9c33871..8df088c 100644 --- a/recipes-musicians/sjaehn/bjumblr.bb +++ b/recipes-musicians/sjaehn/bjumblr.bb @@ -14,7 +14,10 @@ DEPENDS += " \ lv2 \ " -SRC_URI = "git://github.com/sjaehn/BJumblr.git" +SRC_URI = " \ + git://github.com/sjaehn/BJumblr.git \ + file://0001-Allow-parallel-build.patch \ +" SRCREV = "bf1a0a076c15a641f6d213afcb0f4b9245c87d18" S = "${WORKDIR}/git" PV = "1.6.6" 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 +