diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-12 14:51:51 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-12 14:51:51 +0000 |
commit | ea605558163ab44a51e471329f7fc93fef92624c (patch) | |
tree | 8ad2d078377e46cfda320a079ce8af9a4a67f2fb /conf/distro/openzaurus-3.5.3.conf | |
parent | ac6d72376725b52126687287b7c2ff016b34c252 (diff) |
allow local.conf overriding TARGET_FPU and TARGET_OS in distro configurations
BKrev: 420e1807OT8rClMNOpsxrgA3Fmm7LA
Diffstat (limited to 'conf/distro/openzaurus-3.5.3.conf')
-rw-r--r-- | conf/distro/openzaurus-3.5.3.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openzaurus-3.5.3.conf b/conf/distro/openzaurus-3.5.3.conf index 77f7283dbb..d1dfffa4ac 100644 --- a/conf/distro/openzaurus-3.5.3.conf +++ b/conf/distro/openzaurus-3.5.3.conf @@ -38,7 +38,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # Opie # -PREFERRED_PROVIDERS = " virtual/libqpe:libqpe-opie" +PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" OPIE_VERSION = "1.2.0" include conf/distro/preferred-opie-versions.inc |