bjumblr: upgrade 1.6.6-> 1.6.8

Remove parallel make patch: it never worked and now it does not apply cleanly
any more

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-09-12 14:15:47 +02:00
parent b82c7d0dbc
commit 9bf9e8fc21
2 changed files with 5 additions and 31 deletions

View File

@@ -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

View File

@@ -1,25 +0,0 @@
From f0e8de8bd963d8766d6ed53d20b1575dad7bc9f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
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 <schnitzeltony@gmail.com>
---
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