diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-04-04 16:40:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-05 14:49:07 +0100 |
commit | f4267d962296afca9949ace94c043465d438d95e (patch) | |
tree | 659759891e230050e78c4f147d5d7fc2ce650165 /meta | |
parent | a6567a4c21f6d2a3f1fd4462d1e67d014b55472f (diff) | |
download | poky-f4267d962296afca9949ace94c043465d438d95e.tar.gz |
documentation.conf: remove obsolete variable
PRINC is no longer used and removed from documentation:
commit 7baadd86ee1386756e3bc3ef7fd02d5d1367068f
Author: Scott Rifenbark <scott.m.rifenbark@intel.com>
Date: Mon May 18 09:25:51 2015 -0600
ref-manual: Removed PRINC entry from the glossary
(From OE-Core rev: b15089b014b95a8730f622ca4959b42ed15cb175)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/documentation.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 7834898b6d..254f8f1960 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -332,7 +332,6 @@ PR[doc] = "The revision of the recipe. The default value for this variable is 'r | |||
332 | PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference." | 332 | PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference." |
333 | PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference." | 333 | PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference." |
334 | PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." | 334 | PREMIRRORS[doc] = "Specifies additional paths from which the OpenEmbedded build system gets source code." |
335 | PRINC[doc] = "Causes the PR variable of .bbappend files to dynamically increment. This increment minimizes the impact of layer ordering. This variable defaults to '0'." | ||
336 | PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'." | 335 | PRIORITY[doc] = "Indicates the importance of a package. The default value is 'optional'. Other standard values are 'required', 'standard' and 'extra'." |
337 | PROVIDES[doc] = "A list of aliases that a recipe also provides. These aliases are useful for satisfying dependencies of other recipes during the build as specified by DEPENDS." | 336 | PROVIDES[doc] = "A list of aliases that a recipe also provides. These aliases are useful for satisfying dependencies of other recipes during the build as specified by DEPENDS." |
338 | PRSERV_HOST[doc] = "The network based PR service host and port." | 337 | PRSERV_HOST[doc] = "The network based PR service host and port." |