From 4a6df8df47d4b3fe904d9958953cbedc53f1a63a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 7 Feb 2019 00:29:06 +0100 Subject: [PATCH] dpl.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/dpl.lv2_git.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-musicians/x42/dpl.lv2_git.bb b/recipes-musicians/x42/dpl.lv2_git.bb index 4bf11deb..d5eba5f9 100644 --- a/recipes-musicians/x42/dpl.lv2_git.bb +++ b/recipes-musicians/x42/dpl.lv2_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://x42-plugins.com/x42/x42-limiter" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=9eef91148a9b14ec7f9df333daebc746" -inherit autotools-brokensep pkgconfig +inherit pkgconfig DEPENDS += " \ libglu \ @@ -19,10 +19,12 @@ PV = "0.2.2+git${SRCPV}" S = "${WORKDIR}/git" EXTRA_OEMAKE += " \ - PREFIX=${prefix} \ - LV2DIR=${libdir}/lv2 \ STRIP=echo \ OPTIMIZATIONS= \ " +do_install() { + oe_runmake DESTDIR=${D} PREFIX=${prefix} LV2DIR=${libdir}/lv2 install +} + FILES_${PN} += "${libdir}/lv2"