From c7947af728e710d2c448cc7e581d6bf8e466c315 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 Jun 2016 10:17:02 -0700 Subject: 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: 9e52affeb8af5e6e667259059224c0f55ed0d090) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3970a2dc64..6543a9e63f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5965,7 +5965,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHIBIT_PACKAGE_DEBUG_SPLIT - INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." + INHIBIT_PACKAGE_DEBUG_SPLIT[doc] = "If set to "1", prevents the OpenEmbedded build system from splitting out debug information during packaging" -- cgit v1.2.3-54-g00ecf