From 17f89aa505713e391cf4156fdd8c965fffcdddab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 7 Feb 2019 00:39:58 +0100 Subject: [PATCH] midifilter.lv2: Get rid of autotools-brokensep - there is Makefile only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/x42/midifilter.lv2_git.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-musicians/x42/midifilter.lv2_git.bb b/recipes-musicians/x42/midifilter.lv2_git.bb index 32f45e17..57b42252 100644 --- a/recipes-musicians/x42/midifilter.lv2_git.bb +++ b/recipes-musicians/x42/midifilter.lv2_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://x42.github.io/midifilter.lv2/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=4641e94ec96f98fabc56ff9cc48be14b" -inherit autotools-brokensep pkgconfig +inherit pkgconfig DEPENDS += "lv2" @@ -15,9 +15,11 @@ PV = "0.5.2" S = "${WORKDIR}/git" EXTRA_OEMAKE += " \ - PREFIX=${prefix} \ - LV2DIR=${libdir}/lv2 \ STRIP=echo \ " +do_install() { + oe_runmake DESTDIR=${D} PREFIX=${prefix} LV2DIR=${libdir}/lv2 install +} + FILES_${PN} += "${libdir}/lv2"