aboutsummaryrefslogtreecommitdiffstats
path: root/conf/documentation.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-11-21 19:08:47 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-11-21 19:08:47 +0000
commita8126dabc872fe9acedd5b80ad2cd8aa5cf45e15 (patch)
treefc8e6a3bb5fad4d712067bdefeb723b4973b9e09 /conf/documentation.conf
parent6163b600d5124e9f34fd36fcc441db50a3c19228 (diff)
downloadopenembedded-a8126dabc872fe9acedd5b80ad2cd8aa5cf45e15.tar.gz
documentation.conf: added SOURCE_MIRROR_FETCH
Diffstat (limited to 'conf/documentation.conf')
-rw-r--r--conf/documentation.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf
index 69d4c1d30b..392d1718b6 100644
--- a/conf/documentation.conf
+++ b/conf/documentation.conf
@@ -103,3 +103,5 @@ PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to yes, if you want to build qt apps wi
COMPATIBLE_HOST[doc] = "A regular expression which matches the HOST_SYS names supported by the package/file. Failure to match will cause the file to be skipped by the parser."
COMPATIBLE_MACHINE[doc] = "A regular expression which matches the MACHINES support by the package/file. Failure to match will cause the file to be skipped by the parser."
+
+SOURCE_MIRROR_FETCH[doc] = "Switch marking build as source fetcher. Used to skip COMPATIBLE_* checking."