diff --git a/recipes-musicians/drumstick/drumstick_1.1.1.bb b/recipes-musicians/drumstick/drumstick_1.1.1.bb deleted file mode 100644 index aefb38b..0000000 --- a/recipes-musicians/drumstick/drumstick_1.1.1.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "C++/Qt5 wrapper around multiple MIDI interfaces" -HOMEPAGE = "http://drumstick.sourceforge.net" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=d9d415d3d8c5523e5586ff7b785095f1" - -inherit cmake_qt5 pkgconfig mime gtk-icon-cache - -DEPENDS += " \ - qtbase \ - qtsvg \ - fluidsynth \ -" -SRC_URI = " \ - ${SOURCEFORGE_MIRROR}/project/${BPN}/${PV}/${BPN}-${PV}.tar.bz2 \ - file://0001-Do-not-set-lib-suffix-oe-will-take-care.patch \ -" -SRC_URI[md5sum] = "a1fd83216f65619fea766dfc0a6f5266" -SRC_URI[sha256sum] = "367743764c8f5c6e40bb19b9581f083da2881b9c9516d6b3b247e5644dee7c2b" - -EXTRA_OECMAKE = "-DLIB_SUFFIX=`echo ${baselib} | sed -e s/lib//`" - -FILES_${PN} += " \ - ${datadir}/mime \ - ${datadir}/icons \ -" diff --git a/recipes-musicians/drumstick/files/0001-Do-not-set-lib-suffix-oe-will-take-care.patch b/recipes-musicians/drumstick/files/0001-Do-not-set-lib-suffix-oe-will-take-care.patch deleted file mode 100644 index ed5ea18..0000000 --- a/recipes-musicians/drumstick/files/0001-Do-not-set-lib-suffix-oe-will-take-care.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 30166fe55c9a7c65f5db04e75e92407da4f0e88a Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Fri, 10 Aug 2018 14:00:52 +0200 -Subject: [PATCH] Do not set lib-suffix - oe will take care -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Upstream-Status: Pending - -Signed-off-by: Andreas Müller ---- - CMakeLists.txt | 6 +----- - 1 file changed, 1 insertion(+), 5 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 274b6fa..6782e43 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -21,11 +21,7 @@ endif() - - project(DRUMSTICK) - --if(CMAKE_SIZEOF_VOID_P MATCHES "8") -- set(_INIT_LIB_SUFFIX "64") --else() -- set(_INIT_LIB_SUFFIX "") --endif() -+set(_INIT_LIB_SUFFIX "") - set(LIB_SUFFIX ${_INIT_LIB_SUFFIX} CACHE STRING "optional library install directory suffix: 32, 64, none") - - set(CMAKE_COLOR_MAKEFILE ON) --- -2.14.4 - diff --git a/recipes-support/packagegroups/musicians-world.bb b/recipes-support/packagegroups/musicians-world.bb index 9391d9c..2584de0 100644 --- a/recipes-support/packagegroups/musicians-world.bb +++ b/recipes-support/packagegroups/musicians-world.bb @@ -47,7 +47,6 @@ RDEPENDS_${PN} += " \ \ \ drumgizmo \ - drumstick \ dssi \ dssi-vst \ ftgl \