diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-22 09:18:26 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:50 +0000 |
commit | 2e0b9014e2b1e73cee3cd89bcb9df376618be93b (patch) | |
tree | 4c2a309c7f818a40dbe1eedab5f1526ea11fc4ec | |
parent | 9d2974a31b36e85c2ef65cb4e25c745a689908f5 (diff) | |
download | poky-2e0b9014e2b1e73cee3cd89bcb9df376618be93b.tar.gz |
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 <tom.zanussi@intel.com>
(From yocto-docs rev: ce9218386ec265f7eec2ec5916b09a6776b3077b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
697 | <literallayout class='monospaced'> | 697 | <literallayout class='monospaced'> |
698 | LICENSE_FLAGS = "commercial" | 698 | LICENSE_FLAGS = "commercial" |
699 | </literallayout> | 699 | </literallayout> |
700 | This next example shows a recipe in another layer: | 700 | Here is a slightly more complicated example that contains both an |
701 | explicit package name and version (after variable expansion): | ||
701 | <literallayout class='monospaced'> | 702 | <literallayout class='monospaced'> |
702 | LICENSE_FLAGS = "license_${PN}_${PV}" | 703 | LICENSE_FLAGS = "license_${PN}_${PV}" |
703 | </literallayout> | 704 | </literallayout> |
@@ -822,7 +823,7 @@ | |||
822 | Or, the flag allows you to pick up this package along with anything "commercial_foo" | 823 | Or, the flag allows you to pick up this package along with anything "commercial_foo" |
823 | regardless of version when you use "commercial_foo" in the whitelist. | 824 | regardless of version when you use "commercial_foo" in the whitelist. |
824 | Finally, you can be completely specific about the package and version and specify | 825 | Finally, you can be completely specific about the package and version and specify |
825 | "commercial_foo_1.1" package and version. | 826 | "commercial_foo_1.2" package and version. |
826 | </para> | 827 | </para> |
827 | </section> | 828 | </section> |
828 | 829 | ||