diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-17 09:20:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-17 09:20:51 +0000 |
commit | 70141eb34e25c5558efaca166d23473fe1278870 (patch) | |
tree | 9bd352ac827cbe7cc30577efca56e9b7c91bbe05 /meta | |
parent | 26ace33323aff802f7a11d91fe789eda80580131 (diff) | |
download | openembedded-core-70141eb34e25c5558efaca166d23473fe1278870.tar.gz openembedded-core-70141eb34e25c5558efaca166d23473fe1278870.tar.bz2 openembedded-core-70141eb34e25c5558efaca166d23473fe1278870.tar.xz openembedded-core-70141eb34e25c5558efaca166d23473fe1278870.zip |
poky.conf: set proper versions of poppler and evince
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2896 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 2ba0440fd..8743f3493 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -178,7 +178,7 @@ PREFERRED_VERSION_gnome-vfs ?= "2.18.1" PREFERRED_VERSION_libgnomecanvas ?= "2.14.0" PREFERRED_VERSION_dillo2 ?= "0.6.6" -PREFERRED_VERSION_evince ?= "0.9.0" +PREFERRED_VERSION_evince ?= "2.20.0" PREFERRED_VERSION_firefox ?= "1.0" PREFERRED_VERSION_gaim ?= "2.0.0-cvs-mco1-20050904" PREFERRED_VERSION_gtk2-theme-angelistic ?= "0.3" @@ -190,7 +190,7 @@ PREFERRED_VERSION_linphone-hh ?= "0.12.2.hh1" PREFERRED_VERSION_linphone ?= "0.12.2" PREFERRED_VERSION_minilite ?= "0.49" PREFERRED_VERSION_minimo ?= "0.02+cvs${SRCDATE_minimo}" -PREFERRED_VERSION_poppler ?= "0.5.4" +PREFERRED_VERSION_poppler ?= "0.6" PREFERRED_VERSION_rosetta ?= "0.0+cvs${SRCDATE}" PREFERRED_VERSION_rxvt-unicode ?= "5.6" PREFERRED_VERSION_xcursor-transparent-theme ?= "0.1.1" |