From: Phil Blundell Date: Mon, 7 Jun 2004 08:07:56 +0000 (+0000) Subject: add missing dependency on gnome-mime-data X-Git-Tag: Release-2010-05/1~18826 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59811be539b8cb87ccb0d60fce380585112951a;p=openembedded.git add missing dependency on gnome-mime-data BKrev: 40c4225cAr7ZAkxHCj7I8lVdyq0KjQ --- diff --git a/gnome/gnome-vfs_2.6.0.oe b/gnome/gnome-vfs_2.6.0.oe index ab882b9c67..ddb9c17825 100644 --- a/gnome/gnome-vfs_2.6.0.oe +++ b/gnome/gnome-vfs_2.6.0.oe @@ -1,6 +1,6 @@ PR = "r1" -DEPENDS = "libxml2 gconf libbonobo bzip2" +DEPENDS = "libxml2 gconf libbonobo bzip2 gnome-mime-data" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.6/${PN}-${PV}.tar.bz2"