diff options
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 4d1c2e3f4e..6d4c6b712c 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -1149,7 +1149,7 @@ | |||
1149 | recipe-by-recipe basis through the <filename>LICENSE_FLAGS</filename> variable | 1149 | recipe-by-recipe basis through the <filename>LICENSE_FLAGS</filename> variable |
1150 | definition in the affected recipe. | 1150 | definition in the affected recipe. |
1151 | For instance, the | 1151 | For instance, the |
1152 | <filename>$HOME/poky/meta/recipes-multimedia/gstreamer/gst-plugins-ugly</filename> | 1152 | <filename>poky/meta/recipes-multimedia/gstreamer/gst-plugins-ugly</filename> |
1153 | recipe contains the following statement: | 1153 | recipe contains the following statement: |
1154 | <literallayout class='monospaced'> | 1154 | <literallayout class='monospaced'> |
1155 | LICENSE_FLAGS = "commercial" | 1155 | LICENSE_FLAGS = "commercial" |
@@ -1165,7 +1165,7 @@ | |||
1165 | <filename>LICENSE_FLAGS_WHITELIST</filename> variable, which is a variable | 1165 | <filename>LICENSE_FLAGS_WHITELIST</filename> variable, which is a variable |
1166 | typically defined in your <filename>local.conf</filename> file. | 1166 | typically defined in your <filename>local.conf</filename> file. |
1167 | For example, to enable | 1167 | For example, to enable |
1168 | the <filename>$HOME/poky/meta/recipes-multimedia/gstreamer/gst-plugins-ugly</filename> | 1168 | the <filename>poky/meta/recipes-multimedia/gstreamer/gst-plugins-ugly</filename> |
1169 | package, you could add either the string | 1169 | package, you could add either the string |
1170 | "commercial_gst-plugins-ugly" or the more general string | 1170 | "commercial_gst-plugins-ugly" or the more general string |
1171 | "commercial" to <filename>LICENSE_FLAGS_WHITELIST</filename>. | 1171 | "commercial" to <filename>LICENSE_FLAGS_WHITELIST</filename>. |
@@ -1312,7 +1312,7 @@ | |||
1312 | <para> | 1312 | <para> |
1313 | Other helpful variables related to commercial | 1313 | Other helpful variables related to commercial |
1314 | license handling exist and are defined in the | 1314 | license handling exist and are defined in the |
1315 | <filename>$HOME/poky/meta/conf/distro/include/default-distrovars.inc</filename> file: | 1315 | <filename>poky/meta/conf/distro/include/default-distrovars.inc</filename> file: |
1316 | <literallayout class='monospaced'> | 1316 | <literallayout class='monospaced'> |
1317 | COMMERCIAL_AUDIO_PLUGINS ?= "" | 1317 | COMMERCIAL_AUDIO_PLUGINS ?= "" |
1318 | COMMERCIAL_VIDEO_PLUGINS ?= "" | 1318 | COMMERCIAL_VIDEO_PLUGINS ?= "" |