Merge remote-tracking branch 'origin/master' into dunfell

This commit is contained in:
Andreas Müller
2021-04-30 22:07:21 +02:00
2 changed files with 31 additions and 3 deletions

View File

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

View File

@@ -0,0 +1,25 @@
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