diff options
author | John Lee <john_lee@openmoko.org> | 2008-02-15 10:49:42 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2008-02-15 10:49:42 +0000 |
commit | 0033bbdf7d0c78f80da70f22cb207b8956e0c671 (patch) | |
tree | bc5e21c5bd28364b2f2c6062cc59d59a168acbbd /conf | |
parent | d0483e8ec2a1400fea6ba62908865e43e3f60c15 (diff) |
dbus: use 1.1.1 instead of 1.0.2
* gconf-dbus: update to newer version to match with dbus
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | conf/distro/openmoko.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index a2f1ba375b..0fe80081ce 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -23,7 +23,7 @@ SRCREV_pn-elf2flt ?= "1786" SRCREV_pn-epiphany ?= "7650" SRCREV_pn-fbgrab-viewer-native ?= "1943" SRCREV_pn-fstests ?= "204" -SRCREV_pn-gconf-dbus ?= "606" +SRCREV_pn-gconf-dbus ?= "638" SRCREV_pn-gnuradio ?= "6377" SRCREV_pn-gpe-contacts ?= "9312" SRCREV_pn-gsm0710muxd ?= "42" diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index 0976aaf276..a14ad0c618 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -61,6 +61,7 @@ PACKAGE_ARCH_pn-neod_fic-gta01 = "${MACHINE_CLASS}" PACKAGE_ARCH_pn-neod_fic-gta02 = "${MACHINE_CLASS}" # Select package versions we want to use. +PREFERRED_VERSION_dbus = "1.1.1" PREFERRED_PROVIDER_gtk+ = "gtk+-fastscaling" PREFERRED_VERSION_gtk+-fastscaling = "2.10.14" PREFERRED_VERSION_gpsdrive = "2.10pre4" |