diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 23 |
1 files changed, 10 insertions, 13 deletions
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 @@ | |||
1359 | 1359 | ||
1360 | <glossentry id='var-BPN'><glossterm>BPN</glossterm> | 1360 | <glossentry id='var-BPN'><glossterm>BPN</glossterm> |
1361 | <info> | 1361 | <info> |
1362 | BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes and prefixes." | 1362 | BPN[doc] = "This variable is a version of the PN variable but removes common suffixes and prefixes." |
1363 | </info> | 1363 | </info> |
1364 | <glossdef> | 1364 | <glossdef> |
1365 | <para role="glossdeffirst"> | 1365 | <para role="glossdeffirst"> |
1366 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 1366 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
1367 | The bare name of the recipe. | ||
1368 | This variable is a version of the | 1367 | This variable is a version of the |
1369 | <link linkend='var-PN'><filename>PN</filename></link> | 1368 | <link linkend='var-PN'><filename>PN</filename></link> |
1370 | variable but removes common suffixes such as | 1369 | variable with common prefixes and suffixes |
1371 | <filename>-native</filename> and | 1370 | removed, such as <filename>nativesdk-</filename>, |
1372 | <filename>-cross</filename> as well | 1371 | <filename>-cross</filename>, |
1373 | as removes common prefixes such as multilib's | 1372 | <filename>-native</filename>, and multilib's |
1374 | <filename>lib64-</filename> and | 1373 | <filename>lib64-</filename> and |
1375 | <filename>lib32-</filename>. | 1374 | <filename>lib32-</filename>. |
1376 | The exact list of suffixes removed is specified by the | 1375 | The exact lists of prefixes and suffixes removed are |
1377 | <link linkend='var-SPECIAL_PKGSUFFIX'><filename>SPECIAL_PKGSUFFIX</filename></link> | 1376 | specified by the |
1378 | variable. | ||
1379 | The exact list of prefixes removed is specified by the | ||
1380 | <link linkend='var-MLPREFIX'><filename>MLPREFIX</filename></link> | 1377 | <link linkend='var-MLPREFIX'><filename>MLPREFIX</filename></link> |
1381 | variable. | 1378 | and |
1382 | Prefixes are removed for <filename>multilib</filename> | 1379 | <link linkend='var-SPECIAL_PKGSUFFIX'><filename>SPECIAL_PKGSUFFIX</filename></link> |
1383 | and <filename>nativesdk-</filename> cases. | 1380 | variables, respectively. |
1384 | </para> | 1381 | </para> |
1385 | </glossdef> | 1382 | </glossdef> |
1386 | </glossentry> | 1383 | </glossentry> |