From f8d5dd148e0b14be7f9bba7ef65bfb09ed0e7917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 3 Nov 2015 17:17:20 +0100 Subject: [PATCH] cmake-lib.bbclass; fix typo in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- classes/cmake-lib.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/cmake-lib.bbclass b/classes/cmake-lib.bbclass index c39cdf8c..9c507bb3 100644 --- a/classes/cmake-lib.bbclass +++ b/classes/cmake-lib.bbclass @@ -33,7 +33,7 @@ # -s # Resulting string is # -S -# 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 # Resulting string is created by the shell command found in # -C