diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-10-11 17:20:26 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-10-11 17:20:26 +0000 |
| commit | ea7da1dd061b7ef4eabd61c6073e6a27709fe972 (patch) | |
| tree | 46f9ce0ed02ec3fc4d82b3e660d7a3a81627243a /openembedded/conf | |
| parent | 42974a1e1288e787cb4d5bb66acba691b06209ca (diff) | |
| download | poky-ea7da1dd061b7ef4eabd61c6073e6a27709fe972.tar.gz | |
More merging with OE. Fix settings-daemon depends.
git-svn-id: https://svn.o-hand.com/repos/poky@133 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf')
| -rw-r--r-- | openembedded/conf/distro/familiar-0.8.3.conf | 8 | ||||
| -rw-r--r-- | openembedded/conf/distro/openzaurus-3.5.4.conf | 5 | ||||
| -rw-r--r-- | openembedded/conf/distro/preferred-gpe-versions-2.7.inc | 6 |
3 files changed, 13 insertions, 6 deletions
diff --git a/openembedded/conf/distro/familiar-0.8.3.conf b/openembedded/conf/distro/familiar-0.8.3.conf index 4b3d33dd9a..53614d9291 100644 --- a/openembedded/conf/distro/familiar-0.8.3.conf +++ b/openembedded/conf/distro/familiar-0.8.3.conf | |||
| @@ -1,9 +1,13 @@ | |||
| 1 | include conf/distro/familiar-distro.conf | ||
| 2 | |||
| 3 | DISTRO = "familiar" | 1 | DISTRO = "familiar" |
| 4 | DISTRO_NAME = "Familiar Linux" | 2 | DISTRO_NAME = "Familiar Linux" |
| 5 | DISTRO_VERSION = "v0.8.3-unofficial-unsupported-snapshot-${DATE}" | 3 | DISTRO_VERSION = "v0.8.3-unofficial-unsupported-snapshot-${DATE}" |
| 6 | 4 | ||
| 5 | include conf/distro/familiar.conf | ||
| 6 | |||
| 7 | "${@bb.fatal('This file is unmaintained in the org.oe.dev branch, use the org.openembedded.oz354fam083 branch instead. You can also remove this line, but don't complain if something breaks')}" | ||
| 8 | |||
| 9 | |||
| 10 | |||
| 7 | DISTRO_TYPE = "debug" | 11 | DISTRO_TYPE = "debug" |
| 8 | #DISTRO_TYPE = "release" | 12 | #DISTRO_TYPE = "release" |
| 9 | 13 | ||
diff --git a/openembedded/conf/distro/openzaurus-3.5.4.conf b/openembedded/conf/distro/openzaurus-3.5.4.conf index fbc1970864..d7780e8605 100644 --- a/openembedded/conf/distro/openzaurus-3.5.4.conf +++ b/openembedded/conf/distro/openzaurus-3.5.4.conf | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | include conf/distro/openzaurus.inc | ||
| 2 | DISTRO = "openzaurus" | 1 | DISTRO = "openzaurus" |
| 3 | DISTRO_NAME = "OpenZaurus" | 2 | DISTRO_NAME = "OpenZaurus" |
| 4 | DISTRO_VERSION = "3.5.3-snapshot-${DATE}" | 3 | DISTRO_VERSION = "3.5.3-snapshot-${DATE}" |
| 4 | |||
| 5 | include conf/distro/openzaurus.conf | ||
| 6 | |||
| 7 | |||
| 5 | # DISTRO_VERSION = "3.5.4" | 8 | # DISTRO_VERSION = "3.5.4" |
| 6 | DISTRO_TYPE = "debug" | 9 | DISTRO_TYPE = "debug" |
| 7 | # DISTRO_TYPE = "release" | 10 | # DISTRO_TYPE = "release" |
diff --git a/openembedded/conf/distro/preferred-gpe-versions-2.7.inc b/openembedded/conf/distro/preferred-gpe-versions-2.7.inc index f24a46a37b..561bc79c06 100644 --- a/openembedded/conf/distro/preferred-gpe-versions-2.7.inc +++ b/openembedded/conf/distro/preferred-gpe-versions-2.7.inc | |||
| @@ -27,7 +27,7 @@ PREFERRED_VERSION_libgpewidget ?= "0.103" | |||
| 27 | PREFERRED_VERSION_libgpepimc ?= "0.5" | 27 | PREFERRED_VERSION_libgpepimc ?= "0.5" |
| 28 | PREFERRED_VERSION_libgpevtype ?= "0.12" | 28 | PREFERRED_VERSION_libgpevtype ?= "0.12" |
| 29 | PREFERRED_VERSION_libschedule ?= "0.15" | 29 | PREFERRED_VERSION_libschedule ?= "0.15" |
| 30 | PREFERRED_VERSION_gpe-icons ?= "0.24" | 30 | PREFERRED_VERSION_gpe-icons ?= "0.25" |
| 31 | PREFERRED_VERSION_libgsm ?= "1.0.10" | 31 | PREFERRED_VERSION_libgsm ?= "1.0.10" |
| 32 | PREFERRED_VERSION_diet-x11 ?= "6.2.1" | 32 | PREFERRED_VERSION_diet-x11 ?= "6.2.1" |
| 33 | PREFERRED_VERSION_xproto ?= "6.6.2" | 33 | PREFERRED_VERSION_xproto ?= "6.6.2" |
| @@ -39,14 +39,14 @@ PREFERRED_VERSION_xst ?= "0.15" | |||
| 39 | PREFERRED_VERSION_xprop ?= "0.0cvs${CVSDATE}" | 39 | PREFERRED_VERSION_xprop ?= "0.0cvs${CVSDATE}" |
| 40 | PREFERRED_VERSION_xhost ?= "0.0cvs20040413" | 40 | PREFERRED_VERSION_xhost ?= "0.0cvs20040413" |
| 41 | PREFERRED_VERSION_xrdb ?= "0.0cvs${CVSDATE}" | 41 | PREFERRED_VERSION_xrdb ?= "0.0cvs${CVSDATE}" |
| 42 | PREFERRED_VERSION_gpe-login ?= "0.82" | 42 | PREFERRED_VERSION_gpe-login ?= "0.83" |
| 43 | PREFERRED_VERSION_gpe-session-scripts ?= "0.66" | 43 | PREFERRED_VERSION_gpe-session-scripts ?= "0.66" |
| 44 | PREFERRED_VERSION_gpe-soundserver ?= "0.4-1" | 44 | PREFERRED_VERSION_gpe-soundserver ?= "0.4-1" |
| 45 | PREFERRED_VERSION_gpe-todo ?= "0.54" | 45 | PREFERRED_VERSION_gpe-todo ?= "0.54" |
| 46 | PREFERRED_VERSION_gpe-calendar ?= "0.65" | 46 | PREFERRED_VERSION_gpe-calendar ?= "0.65" |
| 47 | PREFERRED_VERSION_gpe-sketchbox ?= "0.2.8" | 47 | PREFERRED_VERSION_gpe-sketchbox ?= "0.2.8" |
| 48 | PREFERRED_VERSION_gpe-contacts ?= "0.42" | 48 | PREFERRED_VERSION_gpe-contacts ?= "0.42" |
| 49 | PREFERRED_VERSION_gpe-today ?= "0.09" | 49 | PREFERRED_VERSION_gpe-today ?= "0.10" |
| 50 | PREFERRED_VERSION_matchbox-panel-manager ?= "0.1" | 50 | PREFERRED_VERSION_matchbox-panel-manager ?= "0.1" |
| 51 | PREFERRED_VERSION_dbus ?= "0.23.4" | 51 | PREFERRED_VERSION_dbus ?= "0.23.4" |
| 52 | PREFERRED_VERSION_gpe-beam ?= "0.2.8" | 52 | PREFERRED_VERSION_gpe-beam ?= "0.2.8" |
