From 8dcc289ee4ecb38769199acb0e0e3fdcd69117a0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 11 Oct 2012 11:35:49 -0700 Subject: documentation: poky-ref-manual - Updates to the BPN variable. (From yocto-docs rev: ae0be8b69e3acfd423d5d062ec32621eb3dce4c5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/poky-ref-manual') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 0387dbcf2d..806f4f8f05 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -280,13 +280,13 @@ BPN - The bare name of the recipe or package. - 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 + The bare name of the recipe. + This variable is a version of the PN 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 SPECIAL_PKGSUFFIX variable. - The exact list of prefixes removed is specified by the + The exact list of prefixes removed is specified by the MLPREFIX variable. Prefixes are removed for multilib and nativesdk cases. -- cgit v1.2.3-54-g00ecf