summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky-bleeding.conf
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-12-27 09:20:01 +0000
committerRoss Burton <ross@openedhand.com>2006-12-27 09:20:01 +0000
commitadb36b3e02b086aceecf416aeed6c5cf8d839895 (patch)
tree1e86dfa62c79c01da4ff8e175876f0f270176573 /meta/conf/distro/poky-bleeding.conf
parent91dc17787714bd2a08d2f4b18784b778d6f2473a (diff)
downloadpoky-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/distro/poky-bleeding.conf')
-rw-r--r--meta/conf/distro/poky-bleeding.conf2
1 files changed, 2 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
8PREFERRED_VERSION_dbus = "1.0.1" 8PREFERRED_VERSION_dbus = "1.0.1"
9PREFERRED_VERSION_dbus-native = "1.0.1" 9PREFERRED_VERSION_dbus-native = "1.0.1"
10
11PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib"
10PREFERRED_VERSION_dbus-glib = "0.7.2 12PREFERRED_VERSION_dbus-glib = "0.7.2
11PREFERRED_VERSION_dbus-glib-native = "0.7.2 13PREFERRED_VERSION_dbus-glib-native = "0.7.2
12 14