From 19548f101013fc60020aa8b98ca217fb2c4da5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 27 Oct 2020 23:46:18 +0100 Subject: [PATCH] xmonk.lv2: Upgrade to latest to fix build on some arches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/xmonk.lv2/xmonk.lv2.bb | 2 +- .../xmonk.lv2/0001-Adjust-to-oe-build.patch | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/recipes-musicians/xmonk.lv2/xmonk.lv2.bb b/recipes-musicians/xmonk.lv2/xmonk.lv2.bb index ff41cb2..eed7975 100644 --- a/recipes-musicians/xmonk.lv2/xmonk.lv2.bb +++ b/recipes-musicians/xmonk.lv2/xmonk.lv2.bb @@ -17,7 +17,7 @@ SRC_URI = " \ gitsm://github.com/brummer10/Xmonk.lv2.git;protocol=https \ file://0001-Adjust-to-oe-build.patch \ " -SRCREV = "cbd596a990edab750b48c29ced3e32c01990d527" +SRCREV = "099827f93abcf3bab4a1f23e8648f763c548db3d" PV = "0.4+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/recipes-musicians/xmonk.lv2/xmonk.lv2/0001-Adjust-to-oe-build.patch b/recipes-musicians/xmonk.lv2/xmonk.lv2/0001-Adjust-to-oe-build.patch index e5a51cc..5259610 100644 --- a/recipes-musicians/xmonk.lv2/xmonk.lv2/0001-Adjust-to-oe-build.patch +++ b/recipes-musicians/xmonk.lv2/xmonk.lv2/0001-Adjust-to-oe-build.patch @@ -10,23 +10,9 @@ Upstream-Status: Inappropriate [OE-specific] Signed-off-by: Andreas Müller --- - libxputty/Build/Makefile | 2 +- Xmonk/Makefile | 29 +++-------------------------- 2 files changed, 2 insertion(+), 25 deletions(-) -diff --git a/libxputty/Build/Makefile b/libxputty/Build/Makefile -index 04b4d82..39877a8 100644 ---- a/libxputty/Build/Makefile -+++ b/libxputty/Build/Makefile -@@ -82,7 +82,7 @@ $(LIB_OBJ): $(LIB_SOURCES) - -include $(DEP) - - libxputty.a: $(RESOURCES_OBJ) $(LIB_OBJ) $(WIDGET_OBJ) $(DIALOG_OBJ) $(XDG_OBJ) -- ar rcs libxputty.a $(LIB_OBJ) $(WIDGET_OBJ) $(DIALOG_OBJ) $(RESOURCES_OBJ) $(XDG_OBJ) -+ $(AR) rcs libxputty.a $(LIB_OBJ) $(WIDGET_OBJ) $(DIALOG_OBJ) $(RESOURCES_OBJ) $(XDG_OBJ) - mkdir -p $(RELEASE_DIR)include/ - cp $(HEADER_DIR)*.h $(RELEASE_DIR)include/ - cp $(WIDGET_HEADER_DIR)*.h $(RELEASE_DIR)include/ diff --git a/Xmonk/Makefile b/Xmonk/Makefile index 31fbb31..0021150 100644 --- a/Xmonk/Makefile