[oe] [PATCH 01/19] gvfs: remove invalid PACKAGECONFIG[cdda]

Martin Jansa martin.jansa at gmail.com
Thu Sep 17 06:54:42 UTC 2015


On Thu, Sep 17, 2015 at 02:41:13AM +0200, Andreas Müller wrote:
> Enabling cdda requires libcdio-paranoia not libcdio. libcdio-paranoia is not
> found in layer list so disable cdda.

It wouldn't be the first case where PACKAGECONFIG requires dependency
which cannot be satisfied, would you mind adding libcdio-paranoia to
PACKAGECONFIG for cdda and keeping it by default disabled?

Maybe with comment saying that for cdda you need to create/find
libcdio-paranoia recipe.

> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
> ---
>  meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 5 ++---
>  1 file changed, 2 insertions(+), 3 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..2404fac 100644
> --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
> +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
> @@ -1,13 +1,13 @@
>  require gvfs.inc
>  
>  DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf intltool-native"
> -# optional: obexftp libcdio libimobiledevice 
> +# optional: obexftp libcdio-paranoia libimobiledevice
>  
>  PR = "${INC_PR}.0"
>  
>  # in case of gnome-disk-utility was alresdy built: avoid double files
>  # afc is enabled when it detects libimobiledevice
> -EXTRA_OECONF += "--disable-gdu --disable-afc"
> +EXTRA_OECONF += "--disable-gdu --disable-afc --disable-cdda"
>  
>  PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"
>  
> @@ -31,4 +31,3 @@ 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"
> -- 
> 2.1.0
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150917/92ff7b35/attachment-0002.sig>


More information about the Openembedded-devel mailing list