[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: gvfs: update dependency in PACKAGECONFIG[cdda]

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 13:41:20 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 9fc20a428496ccd271aa1a75fe6a063a90410794
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9fc20a428496ccd271aa1a75fe6a063a90410794

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Wed Sep  9 16:51:38 2015 +0200

gvfs: update dependency in PACKAGECONFIG[cdda]

Enabling cdda requires libcdio-paranoia not libcdio. libcdio-paranoia is not
found in layer list so keep cdda disabled by default.

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
index 7ed1bb5..b0f5e3f 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
@@ -1,7 +1,7 @@
 require gvfs.inc
 
 DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf intltool-native"
-# optional: obexftp libcdio libimobiledevice 
+# optional: obexftp libimobiledevice
 
 PR = "${INC_PR}.0"
 
@@ -31,4 +31,5 @@ PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \
 PACKAGECONFIG[fuse] = "--enable-fuse, --disable-fuse, fuse"
 PACKAGECONFIG[archive] = "--enable-archive, --disable-archive, libarchive"
 PACKAGECONFIG[obexftp] = "--enable-obexftp, --disable-obexftp, bluez4 expat"
-PACKAGECONFIG[cdda] = "--enable-cdda, --disable-cdda, libcdio"
+# libcdio-paranoia recipe doesn't exist yet
+PACKAGECONFIG[cdda] = "--enable-cdda, --disable-cdda, libcdio-paranoia"



More information about the Openembedded-commits mailing list