From 69eb23904b7c271f72f0b6eada2a7c1ccab013de Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 20 Sep 2012 13:58:34 -0700 Subject: documentation/poky-ref-manual/ref-variables.xml: Edits to PN suffix Added some clarifying edits to the explanation about suffix and prefix names used with the PN variable. (From yocto-docs rev: f42baf8ddb3da1ab8ba69d30581812646ce4dc83) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 9caa51f587..4d0e3f3434 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -1555,8 +1555,15 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" will be "expat". The variable refers to a package name in the context of a file created or produced by the - OpenEmbedded build system. - + OpenEmbedded build system. + If applicable, the PN variable also contains any special + suffix or prefix. + For example, using bash to build packages for the native + machine, PN is bash-native. + Using bash to build packages for the target and for Multilib, + PN would be bash and + lib64-bash, respectively. + @@ -1853,7 +1860,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" recipe file resides: ${PN} - The recipe name - with any special suffix or prefix. + with any special suffix or prefix, if applicable. For example, using bash to build for the native machine, PN is bash-native. Using bash to build for the target and for Multilib, -- cgit v1.2.3-54-g00ecf