mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-12 03:49:32 +02:00
drumgizmo: upgrade 0.9.17 -> 0.9.18.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -4,6 +4,6 @@ LICENSE = "LGPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
|
||||
SRC_URI = "http://www.drumgizmo.org/releases/${BPN}-${PV}/${BPN}-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "370b0931f5ab95952d0b85eea2533837"
|
||||
SRC_URI[sha256sum] = "a1a31b2af5544e39e8e19c370fa6fee0a372a14fffa762d4d12debf4e711ec9c"
|
||||
PV = "0.9.17"
|
||||
SRC_URI[md5sum] = "fb2340ab61062e0814f4539657dc14ec"
|
||||
SRC_URI[sha256sum] = "67a2d9d4aa11ee92f000cc8a49710408c2328b2581a5339be3cbfe91d99feb2e"
|
||||
PV = "0.9.18.1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
From 5e5395fb24a2fac8e5377aba16e5a47ccfba977f Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Wed, 31 Jul 2019 20:20:25 +0200
|
||||
Date: Thu, 24 Oct 2019 21:47:59 +0200
|
||||
Subject: [PATCH] Do not create Manifest.ttl with cross ttlgen
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
@@ -14,15 +14,15 @@ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
|
||||
index 7751154..d22f9c5 100644
|
||||
index 6c0d324..5b36f21 100644
|
||||
--- a/plugin/Makefile.am
|
||||
+++ b/plugin/Makefile.am
|
||||
@@ -42,7 +42,7 @@ ttlgen_SOURCES = \
|
||||
$(top_srcdir)/plugin/plugingizmo/ttlgen.cc
|
||||
@@ -66,7 +66,7 @@ UITYPE=CocoaUI
|
||||
endif
|
||||
|
||||
manifest.ttl : ttlgen drumgizmo.la
|
||||
- ./ttlgen .libs/drumgizmo.so manifest.ttl
|
||||
+ echo ./ttlgen .libs/drumgizmo.so manifest.ttl
|
||||
- ./ttlgen .libs/drumgizmo.so manifest.ttl $(UITYPE)
|
||||
+ echo ./ttlgen .libs/drumgizmo.so manifest.ttl $(UITYPE)
|
||||
|
||||
|
||||
#######
|
||||
|
||||
Reference in New Issue
Block a user