diff options
Diffstat (limited to 'documentation')
-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 | ||