summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/technical-details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/technical-details.xml')
-rw-r--r--documentation/poky-ref-manual/technical-details.xml4
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