summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-07 14:29:43 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:52 +0100
commita799158fc1536db662b6c9061ad325bdb2b67ba2 (patch)
tree1872c9a5e647af0db971ee3c8f62bdc137c6fea6 /documentation
parent585b2fe78e0c94476fb4be95a0a26380f6ea138b (diff)
downloadpoky-a799158fc1536db662b6c9061ad325bdb2b67ba2.tar.gz
ref-manual: Added a glossary entry for the EXTENDPKGV variable.
(From yocto-docs rev: 87ccd9f922db081c8848bc543b96859600b1a86b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index d5ca11b2a7..e0ceb43f21 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1040,6 +1040,27 @@ Core layer for images cannot be removed
1040 </glossdef> 1040 </glossdef>
1041 </glossentry> 1041 </glossentry>
1042 1042
1043 <glossentry id='var-EXTENDPKGV'><glossterm>EXTENDPKGV</glossterm>
1044 <glossdef>
1045 <para>
1046 The full package version specification as it appears on the
1047 final packages produced by a recipe.
1048 The variable's value is normally used to fix a runtime
1049 dependency to the exact same version of another package
1050 in the same recipe:
1051 <literallayout class='monospaced'>
1052 RDEPENDS_${PN}-additional-module = "${PN} (= ${EXTENDPKGV})"
1053 </literallayout>
1054 </para>
1055
1056 <para>
1057 The dependency relationships are intended to force the
1058 package manager to upgrade these types of packages in
1059 lock-step.
1060 </para>
1061 </glossdef>
1062 </glossentry>
1063
1043 <glossentry id='var-EXTENDPE'><glossterm>EXTENDPE</glossterm> 1064 <glossentry id='var-EXTENDPE'><glossterm>EXTENDPE</glossterm>
1044 <glossdef> 1065 <glossdef>
1045 <para> 1066 <para>