From 650d20107d3e0faeb336c2648f97f2041cb58549 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 9 Oct 2012 14:32:08 -0700 Subject: documentation: poky-ref-manual - Formatting fixes for variable names. (From yocto-docs rev: 71c726194142821eaaf7a222001f2f5047369686) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 005b961a84..c45116e8d8 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -281,13 +281,13 @@ BPN The bare name of the recipe or package. - This variable is a version of the PN variable + This variable is a version of the PN variable but has common suffixes and prefixes such as "-native", "-cross" and "multilib" removed. The exact list of suffixes removed is specified by the - SPECIAL_PKGSUFFIX variable. + SPECIAL_PKGSUFFIX variable. The exact list of prefixes removed is specified by the - MLPREFIX variable. + MLPREFIX variable. Prefixes are removed for multilib and nativesdk cases. @@ -1528,11 +1528,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies a prefix has been added to - PN to create a special version + PN to create a special version of a recipe or package, such as a multilib version. The variable is used in places where the prefix needs to be added to or removed from a the name (e.g. the - BPN variable). + BPN variable). MLPREFIX gets set when a prefix has been added to PN. @@ -1960,10 +1960,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SPECIAL_PKGSUFFIX - A list of prefixes for PN used by the + A list of prefixes for PN used by the OpenEmbedded build system to create variants of recipes or packages. The list specifies the prefixes to strip off during certain circumstances - such as the generation of the BPN variable. + such as the generation of the BPN variable. -- cgit v1.2.3-54-g00ecf