From 19bd5f07256276e40edf62b2447c3ca3a3914cab Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 20 Sep 2012 13:47:34 -0700 Subject: documentation/poky-ref-manual: PN scrub Checked and fixed all text surrounding the description and use of the PN variable. This variable can mean a recipe or a resulting package depending on context. (From yocto-docs rev: 7ac52f6b184670db9cdab7c205126b62c60b0d29) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/technical-details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/poky-ref-manual/technical-details.xml') diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index aef1c2792d..ab41a06269 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml @@ -809,7 +809,7 @@ LICENSE_FLAGS = "commercial" Here is a slightly more complicated example that contains both an - explicit package name and version (after variable expansion): + explicit recipe name and version (after variable expansion): LICENSE_FLAGS = "license_${PN}_${PV}" @@ -830,7 +830,7 @@ LICENSE_FLAGS_WHITELIST = "commercial_gst-plugins-ugly" - Likewise, to additionally enable the package containing + Likewise, to additionally enable the package built from the recipe containing LICENSE_FLAGS = "license_${PN}_${PV}", and assuming that the actual recipe name was emgd_1.10.bb, the following string would enable that package as well as -- cgit v1.2.3-54-g00ecf