1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 13:49:49 +00:00

ref-manual: Changed the BPN variable description.

Fixes [YOCTO #10068]

Removed redundant wording.

(From yocto-docs rev: b6c9c979a01c8070d3d2c23340d3c0f5ef358157)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2016-08-04 11:12:05 -07:00
committed by Richard Purdie
parent df337651e4
commit efb62666c7
+10 -13
View File
@@ -1359,28 +1359,25 @@
<glossentry id='var-BPN'><glossterm>BPN</glossterm> <glossentry id='var-BPN'><glossterm>BPN</glossterm>
<info> <info>
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."
</info> </info>
<glossdef> <glossdef>
<para role="glossdeffirst"> <para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
The bare name of the recipe.
This variable is a version of the This variable is a version of the
<link linkend='var-PN'><filename>PN</filename></link> <link linkend='var-PN'><filename>PN</filename></link>
variable but removes common suffixes such as variable with common prefixes and suffixes
<filename>-native</filename> and removed, such as <filename>nativesdk-</filename>,
<filename>-cross</filename> as well <filename>-cross</filename>,
as removes common prefixes such as multilib's <filename>-native</filename>, and multilib's
<filename>lib64-</filename> and <filename>lib64-</filename> and
<filename>lib32-</filename>. <filename>lib32-</filename>.
The exact list of suffixes removed is specified by the The exact lists of prefixes and suffixes removed are
<link linkend='var-SPECIAL_PKGSUFFIX'><filename>SPECIAL_PKGSUFFIX</filename></link> specified by the
variable.
The exact list of prefixes removed is specified by the
<link linkend='var-MLPREFIX'><filename>MLPREFIX</filename></link> <link linkend='var-MLPREFIX'><filename>MLPREFIX</filename></link>
variable. and
Prefixes are removed for <filename>multilib</filename> <link linkend='var-SPECIAL_PKGSUFFIX'><filename>SPECIAL_PKGSUFFIX</filename></link>
and <filename>nativesdk-</filename> cases. variables, respectively.
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>