summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/distro/openzaurus-unstable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/conf/distro/openzaurus-unstable.conf')
-rw-r--r--openembedded/conf/distro/openzaurus-unstable.conf19
1 files changed, 14 insertions, 5 deletions
diff --git a/openembedded/conf/distro/openzaurus-unstable.conf b/openembedded/conf/distro/openzaurus-unstable.conf
index cc87380494..9f79c32118 100644
--- a/openembedded/conf/distro/openzaurus-unstable.conf
+++ b/openembedded/conf/distro/openzaurus-unstable.conf
@@ -1,5 +1,16 @@
1#@--------------------------------------------------------------------
2#@TYPE: Distribution
3#@NAME: OpenZaurus <http://www.openzaurus.org>
4#@DESCRIPTION: A Linux Distribution for the Sharp Zaurus family
5#@--------------------------------------------------------------------
6
1DISTRO_VERSION = ".dev-snapshot-${DATE}" 7DISTRO_VERSION = ".dev-snapshot-${DATE}"
2 8
9CVS_TARBALL_STASH = "\
10http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \
11http://www.oesources.org/source/current/"
12
13
3include conf/distro/openzaurus.conf 14include conf/distro/openzaurus.conf
4 15
5DISTRO_TYPE = "debug" 16DISTRO_TYPE = "debug"
@@ -14,8 +25,7 @@ DISTRO_TYPE = "debug"
14# console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ 25# console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \
15# devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" 26# devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel"
16 27
17# SRCDATE = "20050704" 28SRCDATE = "20060514"
18
19# 29#
20# Zaurus 30# Zaurus
21# 31#
@@ -42,9 +52,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
42# 52#
43# Opie 53# Opie
44# 54#
45QTE_VERSION = "2.3.10" 55#QTE_VERSION = "2.3.10"
46OPIE_VERSION = "1.2.2" 56#OPIE_VERSION = "1.2.2"
47PALMTOP_USE_MULTITHREADED_QT = "no"
48#PALMTOP_USE_MULTITHREADED_QT = "yes" 57#PALMTOP_USE_MULTITHREADED_QT = "yes"
49include conf/distro/preferred-opie-versions.inc 58include conf/distro/preferred-opie-versions.inc
50 59