From 2e0b9014e2b1e73cee3cd89bcb9df376618be93b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 Mar 2012 09:18:26 -0600 Subject: documentation/poky-ref-manual/technical-details.xml: Review comments Applied a couple small corrections to the re-write of the "Enabling Commercially Licensed Recipes" section. These small corrections were suggested and caught by Tom Zanussi. Reported-by: Tom Zanussi (From yocto-docs rev: ce9218386ec265f7eec2ec5916b09a6776b3077b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/technical-details.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index b0c0f4659e..f327806eb2 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml @@ -697,7 +697,8 @@ LICENSE_FLAGS = "commercial" - This next example shows a recipe in another layer: + Here is a slightly more complicated example that contains both an + explicit package name and version (after variable expansion): LICENSE_FLAGS = "license_${PN}_${PV}" @@ -822,7 +823,7 @@ Or, the flag allows you to pick up this package along with anything "commercial_foo" regardless of version when you use "commercial_foo" in the whitelist. Finally, you can be completely specific about the package and version and specify - "commercial_foo_1.1" package and version. + "commercial_foo_1.2" package and version. -- cgit v1.2.3-54-g00ecf