lv2-ttl-generator: ensure it lands in sysroot

Up to now all recipes had their own lv2-ttl-generator and we needed
lv2-ttl-generator only for target's postinst. With upcoming surge we need it in
sysroot.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-12-06 00:11:57 +01:00
parent df6f0d2aec
commit 80abaddf68

View File

@@ -20,3 +20,7 @@ do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/utils/lv2_ttl_generator ${D}${bindir}/lv2-ttl-generator
}
# There are cases we neet we need target versions
SYSROOT_DIRS_append_class-target = " ${bindir}"