diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-06-06 10:17:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-06 22:53:35 +0100 |
commit | ceb7c517465bb8848fe364ce7b6b58b9602975a0 (patch) | |
tree | 465fbe32828eaf7cd34c253d740c1960444209cd | |
parent | 6c5fea2171b9cbcb3d84b023c227b83cf251e1e5 (diff) | |
download | poky-ceb7c517465bb8848fe364ce7b6b58b9602975a0.tar.gz |
ref-manual: Fixed *[doc] string for INHIBIT_PACKAGE_DEBUG_SPLIT
The string was a copy paste error. It was using the string
for INHIBIT_PACKAGE_STRIP.
(From yocto-docs rev: d2efc36a7bc39b3fb596286dcde5efa1b8fead7c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d55bccdc6f..0252757943 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -5940,7 +5940,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5940 | 5940 | ||
5941 | <glossentry id='var-INHIBIT_PACKAGE_DEBUG_SPLIT'><glossterm>INHIBIT_PACKAGE_DEBUG_SPLIT</glossterm> | 5941 | <glossentry id='var-INHIBIT_PACKAGE_DEBUG_SPLIT'><glossterm>INHIBIT_PACKAGE_DEBUG_SPLIT</glossterm> |
5942 | <info> | 5942 | <info> |
5943 | INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." | 5943 | INHIBIT_PACKAGE_DEBUG_SPLIT[doc] = "If set to "1", prevents the OpenEmbedded build system from splitting out debug information during packaging" |
5944 | </info> | 5944 | </info> |
5945 | <glossdef> | 5945 | <glossdef> |
5946 | <para role="glossdeffirst"> | 5946 | <para role="glossdeffirst"> |