aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/maemo-preferred.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-08-29 13:54:22 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-08-29 13:54:22 +0000
commitcf50f73edd866973a4117ab89293c3964cf16928 (patch)
tree918e21cf03f62bfbc74b9dae6b4dd519fae31d63 /conf/distro/include/maemo-preferred.inc
parent82eed0ff80f86d1b78c8c0ce06fa0689a81be555 (diff)
downloadopenembedded-cf50f73edd866973a4117ab89293c3964cf16928.tar.gz
preferred-versions.inc: fix wrong preference for pango.
Guys, when you remove an old version of a package, make sure that a) no recipe directly depends on this version and b) no configuration sets PREFERRED_VERSION to this version.
Diffstat (limited to 'conf/distro/include/maemo-preferred.inc')
-rw-r--r--conf/distro/include/maemo-preferred.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/maemo-preferred.inc b/conf/distro/include/maemo-preferred.inc
index 943f244326..3b31837911 100644
--- a/conf/distro/include/maemo-preferred.inc
+++ b/conf/distro/include/maemo-preferred.inc
@@ -5,6 +5,6 @@ PREFERRED_VERSION_audiofile = "0.2.6-3osso4"
PREFERRED_PROVIDER_esd = "osso-esd"
PREFERRED_VERSION_gtk+ = "2.6.4-1.osso7"
PREFERRED_VERSION_glib-2.0 = "2.6.4"
-PREFERRED_VERSION_pango = "1.8.1"
+PREFERRED_VERSION_pango = "1.8.2"
PREFERRED_VERSION_atk = "1.9.0"
-PREFERRED_VERSION_diet-x11 ?= "6.2.1" \ No newline at end of file
+PREFERRED_VERSION_diet-x11 ?= "6.2.1"