1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Add gnome-vfs-plugin-dbus provider/provides to let the task build

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1099 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2006-12-24 23:13:19 +00:00
parent 43437febe3
commit 8953e464b6
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -14,5 +14,6 @@ SRCDATE_gconf-dbus ?= "20061219"
PREFERRED_PROVIDER_gnome-vfs = "gnome-vfs"
PREFERRED_VERSION_gnome-vfs = "2.16.3"
PREFERRED_PROVIDER_gnome-vfs-plugin-dbus = "gnome-vfs"
require conf/distro/poky.conf
+1
View File
@@ -61,6 +61,7 @@ PREFERRED_PROVIDER_virtual/update-alternatives-native ?= update-alternatives-cwo
PREFERRED_PROVIDER_libx11 ?= "diet-x11"
PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs-dbus"
PREFERRED_PROVIDER_gnome-vfs-plugin-dbus = "gnome-vfs-dbus"
PREFERRED_PROVIDER_tslib ?= "tslib"
+3
View File
@@ -6,6 +6,9 @@ inherit gnome
DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib"
RRECOMMENDS = "gnome-vfs-plugin-file gnome-mime-data shared-mime-info"
# This is to provide compatibility with the gnome-vfs DBus fork
PROVIDES = "gnome-vfs-plugin-dbus"
SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1"
EXTRA_OECONF = "--disable-openssl"