From 9bf9e8fc21b893f1ef7d209718bb0499269eb6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 12 Sep 2021 14:15:47 +0200 Subject: [PATCH] bjumblr: upgrade 1.6.6-> 1.6.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove parallel make patch: it never worked and now it does not apply cleanly any more Signed-off-by: Andreas Müller --- recipes-musicians/sjaehn/bjumblr.bb | 11 ++++---- .../bjumblr/0001-Allow-parallel-build.patch | 25 ------------------- 2 files changed, 5 insertions(+), 31 deletions(-) delete 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 3ae839d..38fb1c1 100644 --- a/recipes-musicians/sjaehn/bjumblr.bb +++ b/recipes-musicians/sjaehn/bjumblr.bb @@ -14,13 +14,12 @@ DEPENDS += " \ lv2 \ " -SRC_URI = " \ - git://github.com/sjaehn/BJumblr.git \ - file://0001-Allow-parallel-build.patch \ -" -SRCREV = "bf1a0a076c15a641f6d213afcb0f4b9245c87d18" +SRC_URI = "git://github.com/sjaehn/BJumblr.git" +SRCREV = "eeafe2d0a7d856eb990cb0f7725e82195ff80c71" S = "${WORKDIR}/git" -PV = "1.6.6" +PV = "1.6.8" + +EXTRA_OEMAKE = "STRIP=echo STRIPFLAG=-e" 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 deleted file mode 100644 index 776707d..0000000 --- a/recipes-musicians/sjaehn/bjumblr/0001-Allow-parallel-build.patch +++ /dev/null @@ -1,25 +0,0 @@ -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 -