From 16ebbe601204ccfad5b171a5831f1b72883262ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 11 Sep 2015 14:21:06 +0200 Subject: [PATCH] cmake-lib.bbclass: documentation tweaks 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/classes/cmake-lib.bbclass b/classes/cmake-lib.bbclass index 280dc82c..e3b2a8b5 100644 --- a/classes/cmake-lib.bbclass +++ b/classes/cmake-lib.bbclass @@ -3,14 +3,14 @@ # # Alignment is controlled by: # -# CMAKE_ALIGN_SYSROOT[unique-id] = "dir, search, replace" +# CMAKE_ALIGN_SYSROOT[] = ", , " # -# 'unique-id': +# : # string value of your choice e.g. "1", "2"... # !!COMMON PITFALL!!: Copy & Paste CMAKE_ALIGN_SYSROOT lines without updating unique-id -> # not all lines are evaluated!! # -# 'dir': +# : # cmake configuration files are usually installed as # # 1. ${libdir}/cmake//*.cmake @@ -20,7 +20,7 @@ # 'dir' can be any matching part of 1. and 2. but suggestion is to use # is # -# 'search'/'replace': +# /: # cmake configuration files are scanned and the resulting string found in 'search' # is replaced by resulting string of 'replace'. To create a resulting string currently # 6 command-line like options are available (see parseparam below): @@ -42,7 +42,7 @@ # # Native overriding: # -# CMAKE_ALIGN_SYSROOT_class-native[unique-id] = "dir, search, replace" +# CMAKE_ALIGN_SYSROOT_class-native[] = ", , " #