diff options
author | Ross Burton <ross@openedhand.com> | 2006-12-27 09:20:01 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2006-12-27 09:20:01 +0000 |
commit | adb36b3e02b086aceecf416aeed6c5cf8d839895 (patch) | |
tree | 1e86dfa62c79c01da4ff8e175876f0f270176573 /meta/conf | |
parent | 91dc17787714bd2a08d2f4b18784b778d6f2473a (diff) | |
download | poky-adb36b3e02b086aceecf416aeed6c5cf8d839895.tar.gz |
Define preferred provider for dbus-glib
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1101 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 2 | ||||
-rw-r--r-- | meta/conf/distro/poky.conf | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index cf83f10c55..1ca605aac9 100644 --- a/meta/conf/distro/poky-bleeding.conf +++ b/meta/conf/distro/poky-bleeding.conf | |||
@@ -7,6 +7,8 @@ PREFERRED_VERSION_gtk+ ?= "2.10.6" | |||
7 | 7 | ||
8 | PREFERRED_VERSION_dbus = "1.0.1" | 8 | PREFERRED_VERSION_dbus = "1.0.1" |
9 | PREFERRED_VERSION_dbus-native = "1.0.1" | 9 | PREFERRED_VERSION_dbus-native = "1.0.1" |
10 | |||
11 | PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib" | ||
10 | PREFERRED_VERSION_dbus-glib = "0.7.2 | 12 | PREFERRED_VERSION_dbus-glib = "0.7.2 |
11 | PREFERRED_VERSION_dbus-glib-native = "0.7.2 | 13 | PREFERRED_VERSION_dbus-glib-native = "0.7.2 |
12 | 14 | ||
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index f3cbd31595..2f090b24ea 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -144,6 +144,7 @@ PREFERRED_VERSION_gtk+ ?= "2.6.8" | |||
144 | PREFERRED_VERSION_pango ?= "1.10.2" | 144 | PREFERRED_VERSION_pango ?= "1.10.2" |
145 | 145 | ||
146 | PREFERRED_VERSION_dbus ?= "0.60" | 146 | PREFERRED_VERSION_dbus ?= "0.60" |
147 | PREFERRED_PROVIDER_dbus-glib ?= "dbus" | ||
147 | PREFERRED_VERSION_gnome-vfs-dbus ?= "2.12.0+cvs${SRCDATE}" | 148 | PREFERRED_VERSION_gnome-vfs-dbus ?= "2.12.0+cvs${SRCDATE}" |
148 | 149 | ||
149 | PREFERRED_VERSION_dillo2 ?= "0.6.6" | 150 | PREFERRED_VERSION_dillo2 ?= "0.6.6" |