diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-11 04:46:22 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-11 04:46:22 +0000 |
commit | 8ac75c8ecf9296d8a3b8ed3c453abf49429d19a8 (patch) | |
tree | 2347b6aea9ccf6a61bd5976d16c5155bd625c710 /conf | |
parent | 38b7c7c2fd568f5d23c789270f7dcb1ce9124025 (diff) |
update local.conf sample to nuke unneccsary prefprov example
BKrev: 40a05a9eh0gzdGr5RpKWfbYxj-DnXw
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index c853a6c5bd..d3d1f6fbbe 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -18,7 +18,7 @@ OEMASK = "" #ASSUME_PROVIDED = "virtual/${TARGET_PREFIX}gcc virtual/libc" # Select between multiple alternative providers, if more than one is eligible. -PREFERRED_PROVIDERS = "virtual/libc:glibc virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie virtual/libsdl:libsdl-qpe" +PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie virtual/libsdl:libsdl-qpe" # Uncomment this to specify where OE should create its temporary files. # Note that a full build of everything in OE will take GigaBytes of hard disk space, |