diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-21 19:08:47 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-21 19:08:47 +0000 |
commit | a8126dabc872fe9acedd5b80ad2cd8aa5cf45e15 (patch) | |
tree | fc8e6a3bb5fad4d712067bdefeb723b4973b9e09 /conf | |
parent | 6163b600d5124e9f34fd36fcc441db50a3c19228 (diff) |
documentation.conf: added SOURCE_MIRROR_FETCH
Diffstat (limited to 'conf')
-rw-r--r-- | conf/documentation.conf | 2 |
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." |