lv2-turtle-helper.bbclass: Fix typo in comment

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-08-19 10:10:22 +02:00
parent b5cd8bb82b
commit 568f2788da

View File

@@ -33,7 +33,7 @@ inherit qemu-ext-musicians audio-plugin-common
# override this function and execute sed (or other magic) to adjust Makefiles # override this function and execute sed (or other magic) to adjust Makefiles
# so that lv2-ttl-generator is not executed but plugin information. Same here: # so that lv2-ttl-generator is not executed but plugin information. Same here:
# Set default matich many dpf-based plugins # Set default match many dpf-based plugins
do_ttl_sed() { do_ttl_sed() {
sed -i 's|"$GEN" "./$FILE"|echo "`realpath "./$FILE"`" >> ${LV2_PLUGIN_INFO_FILE}|g' ${S}/dpf/utils/generate-ttl.sh sed -i 's|"$GEN" "./$FILE"|echo "`realpath "./$FILE"`" >> ${LV2_PLUGIN_INFO_FILE}|g' ${S}/dpf/utils/generate-ttl.sh
} }