[oe-commits] Koen Kooi : gvfs: add missing libcdio

git version control git at git.openembedded.org
Thu Sep 23 08:47:26 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 64815bc3118f2bdc58fcef1e090d8b5c7cd9d912
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=64815bc3118f2bdc58fcef1e090d8b5c7cd9d912

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Sep 23 10:45:09 2010 +0200

gvfs: add missing libcdio

* spotted by the angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/a87e64ae3fbe47b679712c5c873f21e56f325c8f

---

 recipes/gnome/gvfs_1.6.0.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/gvfs_1.6.0.bb b/recipes/gnome/gvfs_1.6.0.bb
index d03ce87..bc3031d 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
 





More information about the Openembedded-commits mailing list