summaryrefslogtreecommitdiff
path: root/meta/conf/distro/poky-bleeding.conf
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-12-12 19:35:49 +0000
committerRoss Burton <ross@openedhand.com>2006-12-12 19:35:49 +0000
commitcb244e3883be9939a9b88f840b89dd878d59871e (patch)
treeacd3ded6fd84f57e748568d5bf9997ac930b486b /meta/conf/distro/poky-bleeding.conf
parent7340a6ce51ce31f8d2e790ad578dce831ebf5a4f (diff)
downloadopenembedded-core-cb244e3883be9939a9b88f840b89dd878d59871e.tar.gz
openembedded-core-cb244e3883be9939a9b88f840b89dd878d59871e.tar.bz2
openembedded-core-cb244e3883be9939a9b88f840b89dd878d59871e.tar.xz
openembedded-core-cb244e3883be9939a9b88f840b89dd878d59871e.zip
Fix glib versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1025 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/poky-bleeding.conf')
-rw-r--r--meta/conf/distro/poky-bleeding.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf
index 2eaa428b5..75c1c6ad4 100644
--- a/meta/conf/distro/poky-bleeding.conf
+++ b/meta/conf/distro/poky-bleeding.conf
@@ -1,6 +1,7 @@
PREFERRED_VERSION_gtk+ ?= "2.10.6"
PREFERRED_VERSION_pango ?= "1.15.1"
PREFERRED_VERSION_cairo ?= "1.3.6"
-PREFERRED_VERSION_glib ?= "2.12.0"
+PREFERRED_VERSION_glib-2.0 ?= "2.12.4"
+PREFERRED_VERSION_glib-2.0-native ?= "2.12.4"
require conf/distro/poky.conf \ No newline at end of file