diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-09-09 16:51:38 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:37:23 +0200 |
commit | 9fc20a428496ccd271aa1a75fe6a063a90410794 (patch) | |
tree | 4915e8ba71a22d5ad6ac958911ad933cd95b0c89 /meta-gnome/recipes-gnome/gvfs | |
parent | cd13696fe4ff93574294266d7a89433c84914652 (diff) | |
download | meta-openembedded-9fc20a428496ccd271aa1a75fe6a063a90410794.tar.gz |
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@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 5 |
1 files 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 7ed1bb5e2..b0f5e3f05 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 @@ | |||
1 | require gvfs.inc | 1 | require gvfs.inc |
2 | 2 | ||
3 | DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf intltool-native" | 3 | DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf intltool-native" |
4 | # optional: obexftp libcdio libimobiledevice | 4 | # optional: obexftp libimobiledevice |
5 | 5 | ||
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |
7 | 7 | ||
@@ -31,4 +31,5 @@ PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \ | |||
31 | PACKAGECONFIG[fuse] = "--enable-fuse, --disable-fuse, fuse" | 31 | PACKAGECONFIG[fuse] = "--enable-fuse, --disable-fuse, fuse" |
32 | PACKAGECONFIG[archive] = "--enable-archive, --disable-archive, libarchive" | 32 | PACKAGECONFIG[archive] = "--enable-archive, --disable-archive, libarchive" |
33 | PACKAGECONFIG[obexftp] = "--enable-obexftp, --disable-obexftp, bluez4 expat" | 33 | PACKAGECONFIG[obexftp] = "--enable-obexftp, --disable-obexftp, bluez4 expat" |
34 | PACKAGECONFIG[cdda] = "--enable-cdda, --disable-cdda, libcdio" | 34 | # libcdio-paranoia recipe doesn't exist yet |
35 | PACKAGECONFIG[cdda] = "--enable-cdda, --disable-cdda, libcdio-paranoia" | ||