1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

Upgrade gnome-vfs to 2.18.1

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2302 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-08-01 19:43:10 +00:00
parent 75825af402
commit 236595c851
4 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ PREFERRED_VERSION_dbus ?= "1.0.2"
PREFERRED_VERSION_dbus-native ?= "1.0.2" PREFERRED_VERSION_dbus-native ?= "1.0.2"
PREFERRED_VERSION_dbus-glib ?= "0.74" PREFERRED_VERSION_dbus-glib ?= "0.74"
PREFERRED_VERSION_dbus-glib-native ?= "0.74" PREFERRED_VERSION_dbus-glib-native ?= "0.74"
PREFERRED_VERSION_gnome-vfs ?= "2.16.3" PREFERRED_VERSION_gnome-vfs ?= "2.18.1"
PREFERRED_VERSION_dillo2 ?= "0.6.6" PREFERRED_VERSION_dillo2 ?= "0.6.6"
PREFERRED_VERSION_evince ?= "0.9.0" PREFERRED_VERSION_evince ?= "0.9.0"
@@ -4,8 +4,6 @@ RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info"
# Some legacy packages will require gnome-mime-data to be installed, but use of # Some legacy packages will require gnome-mime-data to be installed, but use of
# it is deprecated. # it is deprecated.
PR = "r5"
inherit gnome inherit gnome
# This is to provide compatibility with the gnome-vfs DBus fork # This is to provide compatibility with the gnome-vfs DBus fork
@@ -19,7 +17,7 @@ EXTRA_OECONF = " \
--disable-samba \ --disable-samba \
" "
FILES_${PN} += " ${libdir}/vfs" FILES_${PN} += " ${libdir}/vfs ${datadir}/dbus-1/services"
FILES_${PN}-dbg += " ${libdir}/gnome-vfs-2.0/modules/.debug" FILES_${PN}-dbg += " ${libdir}/gnome-vfs-2.0/modules/.debug"
FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/include" FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/include"
FILES_${PN}-doc += " ${datadir}/gtk-doc" FILES_${PN}-doc += " ${datadir}/gtk-doc"