cmake-lib.bbclass; fix typo in documentation

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-11-03 17:17:20 +01:00
parent 5d8dded0c9
commit f8d5dd148e

View File

@@ -33,7 +33,7 @@
# -s<string>
# Resulting string is <string>
# -S<string>
# same as -f but bitbake variables are expanded e.g '${libdir}' -> '/usr/lib'
# same as -s but bitbake variables are expanded e.g '${libdir}' -> '/usr/lib'
# -c<shell-command>
# Resulting string is created by the shell command found in <shell-command>
# -C<shell-command>