diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-22 21:53:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-22 21:53:39 +0000 |
commit | 71dbb70946b16d17bda4ab4b24f863751af3e3fe (patch) | |
tree | bc1095bed00a0449575e982fec923c03370dcc66 /conf | |
parent | 0f82961efc91531b8800eb62b4933850ee2e8fb3 (diff) |
oz.conf: fix stupid typo
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openzaurus-unstable.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 751f81c6e8..cc87380494 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -42,7 +42,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # # Opie # -QTE_VERISON = "2.3.10" +QTE_VERSION = "2.3.10" OPIE_VERSION = "1.2.2" PALMTOP_USE_MULTITHREADED_QT = "no" #PALMTOP_USE_MULTITHREADED_QT = "yes" |