avldrums.lv2: Get rid of autotools-brokensep - there is Makefile only

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-02-07 00:18:39 +01:00
parent aa816a3252
commit 7d2abee59f

View File

@@ -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"