All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 01/19] gvfs: remove invalid PACKAGECONFIG[cdda]
Date: Thu, 17 Sep 2015 08:54:42 +0200	[thread overview]
Message-ID: <20150917065442.GA2388@jama> (raw)
In-Reply-To: <1442450491-14912-2-git-send-email-schnitzeltony@googlemail.com>

[-- Attachment #1: Type: text/plain, Size: 2172 bytes --]

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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2015-09-17  6:54 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-17  0:41 [PATCH 00/19] news, updates and fixes Andreas Müller
2015-09-17  0:41 ` [PATCH 01/19] gvfs: remove invalid PACKAGECONFIG[cdda] Andreas Müller
2015-09-17  6:54   ` Martin Jansa [this message]
2015-09-17  7:07     ` Andreas Müller
2015-09-17  7:21       ` Martin Jansa
2015-09-17  7:42         ` Andreas Müller
2015-09-17  0:41 ` [PATCH 02/19] gst-plugins-ugly: prepare for update of libcdio Andreas Müller
2015-09-17  0:41 ` [PATCH 03/19] libcdio: update to 0.93 Andreas Müller
2015-09-17  0:41 ` [PATCH 04/19] libburn: initial add 1.4.0 Andreas Müller
2015-09-17  0:41 ` [PATCH 05/19] cdrkit: initial add 1.1.11 Andreas Müller
2015-09-23 14:09   ` Martin Jansa
2015-09-23 19:52     ` Andreas Müller
2015-09-17  0:41 ` [PATCH 06/19] libgudev: initial add 230 Andreas Müller
2015-09-17  0:41 ` [PATCH 07/19] udisks2: add libgudev to DEPENDS Andreas Müller
2015-09-17  0:41 ` [PATCH 08/19] udisks: replace udev by libgudev in DEPENDS Andreas Müller
2015-09-17  0:41 ` [PATCH 09/19] udisks: update to 1.05 and fix build with latest glibc-version Andreas Müller
2015-09-17  0:41 ` [PATCH 10/19] upower replace udev by libgudev in DEPENDS Andreas Müller
2015-09-17  0:41 ` [PATCH 11/19] libmbim: " Andreas Müller
2015-09-17  0:41 ` [PATCH 12/19] thunar-volman: " Andreas Müller
2015-09-17  0:41 ` [PATCH 13/19] xfce4-power-manager: make upower a build dependency Andreas Müller
2015-09-17  0:41 ` [PATCH 14/19] gimp: fix compile in latest environment Andreas Müller
2015-09-17  0:41 ` [PATCH 15/19] gimp: add libgudev to DEPENDS Andreas Müller
2015-09-17  0:41 ` [PATCH 16/19] polkit-group-rule.inc: remove allarch Andreas Müller
2015-09-17  0:41 ` [PATCH 17/19] xfce4-settings: remove libnotify from DEPENDS - it is in PACKAGECONFIG Andreas Müller
2015-09-17  0:41 ` [PATCH 18/19] xfce4-settings: get 0001-xsettings.xml-Set-default-themes.patch back Andreas Müller
2015-09-17  0:41 ` [PATCH 19/19] xfce4-settings: make Adwaita default icon theme Andreas Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150917065442.GA2388@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.