documentation: poky-ref-manual - Updates to the BPN variable.

(From yocto-docs rev: ae0be8b69e3acfd423d5d062ec32621eb3dce4c5)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-10-11 11:35:49 -07:00 committed by Richard Purdie
parent c75c152ec4
commit 277e463dfd
1 changed files with 6 additions and 6 deletions

View File

@ -280,13 +280,13 @@
<glossentry id='var-BPN'><glossterm>BPN</glossterm>
<glossdef>
<para>The bare name of the recipe or package.
This variable is a version of the <link linkend='var-PN'><filename>PN</filename></link> variable
but has common suffixes and prefixes such as "-native", "-cross" and "multilib"
removed.
The exact list of suffixes removed is specified by the
<para>The bare name of the recipe.
This variable is a version of the <link linkend='var-PN'><filename>PN</filename></link> variable
but removes common suffixes such as "-native" and "-cross" as well
as removes common prefixes such as multilib's "lib64-" and "lib32-".
The exact list of suffixes removed is specified by the
<link linkend='var-SPECIAL_PKGSUFFIX'><filename>SPECIAL_PKGSUFFIX</filename></link> variable.
The exact list of prefixes removed is specified by the
The exact list of prefixes removed is specified by the
<link linkend='var-MLPREFIX'><filename>MLPREFIX</filename></link> variable.
Prefixes are removed for multilib and nativesdk cases.</para>
</glossdef>