From efb62666c7bb3b73599c131f48cd3a8c2d7dd12e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 4 Aug 2016 11:12:05 -0700 Subject: ref-manual: Changed the BPN variable description. Fixes [YOCTO #10068] Removed redundant wording. (From yocto-docs rev: b6c9c979a01c8070d3d2c23340d3c0f5ef358157) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d1a31a4bc9..a7d257b176 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1359,28 +1359,25 @@ BPN - BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes and prefixes." + BPN[doc] = "This variable is a version of the PN variable but removes common suffixes and prefixes." - The bare name of the recipe. This variable is a version of the PN - variable but removes common suffixes such as - -native and - -cross as well - as removes common prefixes such as multilib's + variable with common prefixes and suffixes + removed, such as nativesdk-, + -cross, + -native, and multilib's lib64- and lib32-. - The exact list of suffixes removed is specified by the - SPECIAL_PKGSUFFIX - variable. - The exact list of prefixes removed is specified by the + The exact lists of prefixes and suffixes removed are + specified by the MLPREFIX - variable. - Prefixes are removed for multilib - and nativesdk- cases. + and + SPECIAL_PKGSUFFIX + variables, respectively. -- cgit v1.2.3-54-g00ecf