diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-20 13:47:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-24 16:36:07 +0100 |
commit | 19bd5f07256276e40edf62b2447c3ca3a3914cab (patch) | |
tree | 7e5fc09fd7f6256a724df30b35bbff67f46de94b /documentation/poky-ref-manual/technical-details.xml | |
parent | 35abb93edfae4d16143008eb100fca7e2cf21296 (diff) | |
download | poky-19bd5f07256276e40edf62b2447c3ca3a3914cab.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/technical-details.xml')
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
809 | LICENSE_FLAGS = "commercial" | 809 | LICENSE_FLAGS = "commercial" |
810 | </literallayout> | 810 | </literallayout> |
811 | Here is a slightly more complicated example that contains both an | 811 | Here is a slightly more complicated example that contains both an |
812 | explicit package name and version (after variable expansion): | 812 | explicit recipe name and version (after variable expansion): |
813 | <literallayout class='monospaced'> | 813 | <literallayout class='monospaced'> |
814 | LICENSE_FLAGS = "license_${PN}_${PV}" | 814 | LICENSE_FLAGS = "license_${PN}_${PV}" |
815 | </literallayout> | 815 | </literallayout> |
@@ -830,7 +830,7 @@ | |||
830 | <literallayout class='monospaced'> | 830 | <literallayout class='monospaced'> |
831 | LICENSE_FLAGS_WHITELIST = "commercial_gst-plugins-ugly" | 831 | LICENSE_FLAGS_WHITELIST = "commercial_gst-plugins-ugly" |
832 | </literallayout> | 832 | </literallayout> |
833 | Likewise, to additionally enable the package containing | 833 | Likewise, to additionally enable the package built from the recipe containing |
834 | <filename>LICENSE_FLAGS = "license_${PN}_${PV}"</filename>, and assuming | 834 | <filename>LICENSE_FLAGS = "license_${PN}_${PV}"</filename>, and assuming |
835 | that the actual recipe name was <filename>emgd_1.10.bb</filename>, | 835 | that the actual recipe name was <filename>emgd_1.10.bb</filename>, |
836 | the following string would enable that package as well as | 836 | the following string would enable that package as well as |