xmonk.lv2: Upgrade to latest to fix build on some arches

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-10-27 23:46:18 +01:00
parent 62a122bce9
commit 19548f1010
2 changed files with 1 additions and 15 deletions

View File

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

View File

@@ -10,23 +10,9 @@ Upstream-Status: Inappropriate [OE-specific]
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
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