From 7d2abee59fc253cc3f5a7bab66ab5a534d8c4fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 7 Feb 2019 00:18:39 +0100 Subject: [PATCH] avldrums.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/avldrums.lv2_git.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-musicians/x42/avldrums.lv2_git.bb b/recipes-musicians/x42/avldrums.lv2_git.bb index 66eccac5..9cb416f5 100644 --- a/recipes-musicians/x42/avldrums.lv2_git.bb +++ b/recipes-musicians/x42/avldrums.lv2_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://x42-plugins.com/x42/x42-avldrums" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -inherit autotools-brokensep pkgconfig +inherit pkgconfig DEPENDS += " \ virtual/libgl \ @@ -20,10 +20,12 @@ PV = "0.3.1" 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"