summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-29 13:33:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 08:42:19 +0100
commit9f0eaae229f51d5972c084cd03803269d87212ea (patch)
tree3dbc64b35b3f9bd681720b530d935cdc9c4a6265 /documentation
parentcf181cdb52f8f51f789da596a5577b508227dbac (diff)
downloadpoky-9f0eaae229f51d5972c084cd03803269d87212ea.tar.gz
ref-manual: Updated the RDEPENDS variable description in the glossary
Fixes [YOCTO #9380] Updated the shlibdeps description for this variable to try and satisfy automatically added version restrictions. (From yocto-docs rev: 40f3f7b483c8c2f3faae9161c62084d1d691bf32) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml22
1 files changed, 14 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index ed735a7eb3..1b1c055d58 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -10126,14 +10126,20 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10126 <filename>RDEPENDS</filename> since some automatic 10126 <filename>RDEPENDS</filename> since some automatic
10127 handling occurs: 10127 handling occurs:
10128 <itemizedlist> 10128 <itemizedlist>
10129 <listitem><para><emphasis><filename>shlibdeps</filename></emphasis>: If 10129 <listitem><para><emphasis><filename>shlibdeps</filename></emphasis>:
10130 a runtime package contains a shared library 10130 If a runtime package contains a compiled binary,
10131 (<filename>.so</filename>), the build 10131 the build processes the binary in order to
10132 processes the library in order to determine other 10132 determine any shared libraries
10133 libraries to which it is dynamically linked. 10133 (<filename>.so</filename> files) to which it is
10134 The build process adds these libraries to 10134 dynamically linked.
10135 <filename>RDEPENDS</filename> when creating the runtime 10135 The build process adds the packages containing
10136 package.</para></listitem> 10136 these libraries to <filename>RDEPENDS</filename>
10137 when creating the runtime package.
10138 In addition, if the shared library is versioned,
10139 the dependency will have the version appended to it
10140 in order to force an upgrade to the appropriate
10141 version if needed.
10142 </para></listitem>
10137 <listitem><para><emphasis><filename>pcdeps</filename></emphasis>: If 10143 <listitem><para><emphasis><filename>pcdeps</filename></emphasis>: If
10138 the package ships a <filename>pkg-config</filename> 10144 the package ships a <filename>pkg-config</filename>
10139 information file, the build process uses this file 10145 information file, the build process uses this file