summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-09 14:23:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:15 +0100
commitd1a4267543044c96faa1e940a7b80cd11e62ed2e (patch)
treeb2f644c8b885fd6a1a1daf04c3ff172865c86182 /documentation/ref-manual
parenteb29a18f97cd17c69244e8039c0b63b04df631ea (diff)
downloadpoky-d1a4267543044c96faa1e940a7b80cd11e62ed2e.tar.gz
ref-manual/ref-variables: specify the value for INHIBIT_PACKAGE_STRIP
This variable must be set to 1 in order to inhibit stripping, so specify this. (From yocto-docs rev: 35c4a025b68857495f252b35bb50288e308dc5c3) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 9b4b5cd35b..0031b1a8a7 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1558,7 +1558,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1558 <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP</glossterm> 1558 <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP</glossterm>
1559 <glossdef> 1559 <glossdef>
1560 <para> 1560 <para>
1561 Causes the build to not strip binaries in resulting packages. 1561 If set to "1", causes the build to not strip binaries in resulting packages.
1562 </para> 1562 </para>
1563 </glossdef> 1563 </glossdef>
1564 </glossentry> 1564 </glossentry>