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:22 +0100
commit62a07765f844802f46ca8bf15ac8a7e014c94331 (patch)
treecb320afa4a2c0a07ef212a2a50ed5bf3910dd111 /documentation/ref-manual
parent69cf5e450194f89ac1ca39f74d5942198548dc49 (diff)
downloadpoky-62a07765f844802f46ca8bf15ac8a7e014c94331.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>