From: Koen Kooi Date: Thu, 23 Sep 2010 08:45:09 +0000 (+0200) Subject: gvfs: add missing libcdio X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64815bc3118f2bdc58fcef1e090d8b5c7cd9d912;p=openembedded.git gvfs: add missing libcdio * spotted by the angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/a87e64ae3fbe47b679712c5c873f21e56f325c8f --- diff --git a/recipes/gnome/gvfs_1.6.0.bb b/recipes/gnome/gvfs_1.6.0.bb index d03ce8754f..bc3031d543 100644 --- a/recipes/gnome/gvfs_1.6.0.bb +++ b/recipes/gnome/gvfs_1.6.0.bb @@ -1,6 +1,8 @@ DESCRIPTION = "gvfs is a userspace virtual filesystem" LICENSE = "LGPL" -DEPENDS = "gawk-native libimobiledevice gnome-keyring glib-2.0 obexftp fuse avahi fuse hal gconf samba gphoto2" +DEPENDS = "libcdio gawk-native libimobiledevice gnome-keyring glib-2.0 obexftp fuse avahi fuse hal gconf samba gphoto2" + +PR = "r1" inherit gnome