ykchorus: Fix multilib install and get rid of autotools-brokensep
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/SpotlightKid/ykchorus"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=02ad2afd072e9ce4a370bedb49e2b075"
|
||||
|
||||
inherit autotools-brokensep pkgconfig gtk-icon-cache qemu-ext pack_audio_plugins
|
||||
inherit pkgconfig gtk-icon-cache qemu-ext pack_audio_plugins
|
||||
|
||||
DEPENDS += " \
|
||||
liblo \
|
||||
@@ -33,3 +33,7 @@ do_compile() {
|
||||
${@qemu_run_binary_local(d, '${STAGING_DIR_TARGET}', '${S}/dpf/utils/lv2_ttl_generator')} ${sofile} || echo "ERROR: for QEMU lv2_ttl_generator for ${sofile}!"
|
||||
done
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake DESTDIR=${D} PREFIX=${prefix} LIBDIR=${libdir} install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user