[oe] [PATCH][meta-oe 7/8] gvfs: don't depend on samba by default

Andreas Müller schnitzeltony at googlemail.com
Sun Nov 15 16:43:25 UTC 2015


On Sun, Nov 15, 2015 at 5:17 PM, Martin Jansa <martin.jansa at gmail.com> wrote:
> * we don't want to introduce dependency on meta-networking just because of this
>
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 166e5d2..fb5185f 100644
> --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
> +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
> @@ -22,7 +22,7 @@ FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.moun
>  RDEPENDS_${PN} = "gvfs-gdu-volume-monitor"
>  RRECOMMENDS_gvfsd-ftp += "openssh-sftp openssh-ssh"
>
> -PACKAGECONFIG ?= "libgphoto2 ${@base_contains('INCOMPATIBLE_LICENSE', 'GPLv3', '', 'samba', d)}"
> +PACKAGECONFIG ?= "libgphoto2"
>
>  PACKAGECONFIG[libgphoto2] = "--enable-gphoto2, --disable-gphoto2, libgphoto2"
>  PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \
> --
> 2.6.3
>
Yet another PACKAGECONFIG I have to watch for to keep my images
working as I want them to. As it turns out that I loose overview of
all these packageconfigs around: Is there a possibility to set all
packageconfigs globally?

Andreas



More information about the Openembedded-devel mailing list