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>
This commit is contained in:
Scott Rifenbark 2012-03-22 09:18:26 -06:00 committed by Richard Purdie
parent 9d2974a31b
commit 2e0b9014e2
1 changed files with 3 additions and 2 deletions

View File

@ -697,7 +697,8 @@
<literallayout class='monospaced'>
LICENSE_FLAGS = "commercial"
</literallayout>
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):
<literallayout class='monospaced'>
LICENSE_FLAGS = "license_${PN}_${PV}"
</literallayout>
@ -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.
</para>
</section>