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 <[email protected]> > --- > 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 > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
