mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-12 03:49:32 +02:00
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:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user