From 1887e594f0ed4b9abfc0b48f47ccac4a1961d8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 24 Apr 2021 23:47:01 +0200 Subject: [PATCH] padthv1: Build with CMake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/rncbc/padthv1.bb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/recipes-musicians/rncbc/padthv1.bb b/recipes-musicians/rncbc/padthv1.bb index b4e8dec..be9daf8 100644 --- a/recipes-musicians/rncbc/padthv1.bb +++ b/recipes-musicians/rncbc/padthv1.bb @@ -12,13 +12,12 @@ DEPENDS += " \ fftw \ " -inherit qmake5_base autotools-brokensep pkgconfig gtk-icon-cache mime +inherit cmake_qt5 gtk-icon-cache mime SRC_URI = " \ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ + file://0002-Avoid-stripping-CMake.patch \ http://linuxsynths.com/Padthv1PatchesDemos/Padthv1Patches.tar.gz;name=linuxsynths-padthv1-presets;subdir=linuxsynths-padthv1-presets \ - file://0001-find-native-qt-build-tools-by-configure-options-auto-qt6.patch \ - file://0002-Avoid-stripping.patch \ file://padthv1.conf \ " PV = "0.9.21" @@ -26,14 +25,6 @@ SRC_URI[sha256sum] = "f4c65100794820426e013915737a46bd21d84ea91885da16d105ad7437 SRC_URI[linuxsynths-padthv1-presets.sha256sum] = "ad9eadc707784b6931955b1fc63308b9e5dc59d24903e6405e9d34d30794fd0b" -EXTRA_OECONF = " \ - --with-qmake=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/qmake \ - --with-moc=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/moc \ - --with-uic=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/uic \ - --with-lupdate=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lupdate \ - --with-lrelease=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lrelease \ -" - do_install_append() { install -d ${D}/${datadir}/${BPN} install -d ${D}/${datadir}/${BPN}/presets