documentation.conf: added SOURCE_MIRROR_FETCH
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 21 Nov 2006 19:08:47 +0000 (19:08 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 21 Nov 2006 19:08:47 +0000 (19:08 +0000)
conf/documentation.conf

index 69d4c1d..392d171 100644 (file)
@@ -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."