gxplugins.lv2: get rid of autotools-brokensep / reduce patch to what's required

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-02-14 14:48:41 +01:00
parent 3f86893963
commit 2ae8854851
2 changed files with 9 additions and 1169 deletions

View File

@@ -11,7 +11,7 @@ SRCREV = "63f19485984c002caddec734a9ee94faad2acb55"
S = "${WORKDIR}/git"
PV = "0.6"
inherit autotools-brokensep pkgconfig
inherit pkgconfig
DEPENDS += " \
cairo \
@@ -19,9 +19,13 @@ DEPENDS += " \
lv2 \
"
EXTRA_OEMAKE += " \
PREFIX=${prefix} \
STRIP=echo \
"
do_compile() {
oe_runmake SSE_CFLAGS= STRIP=echo
}
do_install() {
oe_runmake DESTDIR=${D} PREFIX=${prefix}INSTALL_DIR=${libdir}/lv2 install
}
FILES_${PN} += "${libdir}/lv2"