From 8571027be2e3f12ef36121de2caee78e97c98e68 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 26 Feb 2015 09:26:27 -0800 Subject: ref-manual: Added variable description for FILES_SOLIBSDEV Fixes [YOCTO #7358] Added a new variable description. (From yocto-docs rev: 42ff075319b346f22d2c604c0de249ac3039a992) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6329cc2..0346092 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3652,6 +3652,29 @@ + FILES_SOLIBSDEV + + FILES_SOLIBSDEV[doc] = "Defines the full path name of the development symbolic link (symlink) for shared libraries on the target platform." + + + + Defines the file specification to match + SOLIBSDEV. + In other words, FILES_SOLIBSDEV + defines the full path name of the development symbolic link + (symlink) for shared libraries on the target platform. + + + + The following statement from the + bitbake.conf shows how it is set: + + FILES_SOLIBSDEV ?= "${base_libdir}/lib*${SOLIBSDEV} ${libdir}/lib*${SOLIBSDEV}" + + + + + FILESEXTRAPATHS FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files." -- cgit v1.1