Tweak gnome dbus packages slightly. gconf-dbus_cvs is broken for parallel_make. gnome-vfs-dbus_cvs is not the preferred version and we don't want to depend on samba for gnome-vfs-dbus

git-svn-id: https://svn.o-hand.com/repos/poky@228 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-01-19 22:06:23 +00:00
parent 6af7d32d07
commit 8fcb232416
3 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,8 @@ SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
file://gconf-dbus-update.patch;patch=1;pnum=0 \
file://69gconfd-dbus"
PARALLEL_MAKE = ""
inherit pkgconfig autotools
S = "${WORKDIR}/trunk"

View File

@ -6,7 +6,7 @@ RPROVIDES = "gnome-vfs"
inherit gnome pkgconfig
DEPENDS = "libxml2 gconf-dbus dbus bzip2 gnome-mime-data zlib samba-3.0.14a"
DEPENDS = "libxml2 gconf-dbus dbus bzip2 gnome-mime-data zlib"
RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info"

View File

@ -1,5 +1,3 @@
DEFAULT_PREFERENCE = "-1"
SECTION = "x11/utils"
DEPENDS = "gtk+ glib-2.0 gconf dbus libxml2 zlib bzip2 gnome-mime-data"
DESCRIPTION = "Virtual file system library using DBUS for communication."