midifilter.lv2: Get rid of autotools-brokensep - there is Makefile only
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user