* Re: [oe-commits] Alexander Kanavin : gcr: add a recipe from meta-gnome
[not found] <20150912215134.9DA455043A@opal.openembedded.org>
@ 2015-10-08 10:18 ` Martin Jansa
2015-10-08 11:42 ` Alexander Kanavin
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2015-10-08 10:18 UTC (permalink / raw)
To: openembedded-core, Alexander Kanavin; +Cc: openembedded-commits
[-- Attachment #1: Type: text/plain, Size: 2257 bytes --]
On Sat, Sep 12, 2015 at 09:51:34PM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 5bce77d2b3b822b741e67bbca236242285e091d1
> URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5bce77d2b3b822b741e67bbca236242285e091d1
>
> Author: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> Date: Thu Jun 4 13:17:51 2015 +0300
>
> gcr: add a recipe from meta-gnome
>
> gcr is a dependency of epiphany
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
>
> ---
>
> meta/recipes-gnome/gcr/gcr_3.16.0.bb | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/meta/recipes-gnome/gcr/gcr_3.16.0.bb b/meta/recipes-gnome/gcr/gcr_3.16.0.bb
> new file mode 100644
> index 0000000..8b5b6e4
> --- /dev/null
> +++ b/meta/recipes-gnome/gcr/gcr_3.16.0.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "A library for bits of crypto UI and parsing etc"
> +HOMEPAGE = "http://www.gnome.org/"
> +BUGTRACKER = "https://bugzilla.gnome.org/"
> +
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
> +
meta-oe recipe had:
PNBLACKLIST[gcr] ?= "CONFLICT: 4 files conflict with gnome-keyring"
# e.g. sysroots/qemux86-64/usr/share/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml
# sysroots/qemux86-64/usr/share/GConf/gsettings/org.gnome.crypto.pgp.convert
I don't see this issue resolved in the version moved to oe-core, why did
you remove PNBLACKLIST?
It's still failing:
http://errors.yoctoproject.org/Errors/Details/20244/
> +DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt vala"
> +
> +inherit autotools gnomebase gtk-icon-cache gtk-doc
> +
> +SRC_URI[archive.md5sum] = "d5835680be0b6a838e02a528d5378d9c"
> +SRC_URI[archive.sha256sum] = "ecfe8df41cc88158364bb15addc670b11e539fe844742983629ba2323888d075"
> +
> +FILES_${PN} += " \
> + ${datadir}/dbus-1 \
> + ${datadir}/gcr-3 \
> +"
>
> --
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [oe-commits] Alexander Kanavin : gcr: add a recipe from meta-gnome
2015-10-08 10:18 ` [oe-commits] Alexander Kanavin : gcr: add a recipe from meta-gnome Martin Jansa
@ 2015-10-08 11:42 ` Alexander Kanavin
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Kanavin @ 2015-10-08 11:42 UTC (permalink / raw)
To: Martin Jansa, openembedded-core
On 10/08/2015 01:18 PM, Martin Jansa wrote:
> meta-oe recipe had:
> PNBLACKLIST[gcr] ?= "CONFLICT: 4 files conflict with gnome-keyring"
> # e.g. sysroots/qemux86-64/usr/share/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml
> # sysroots/qemux86-64/usr/share/GConf/gsettings/org.gnome.crypto.pgp.convert
>
> I don't see this issue resolved in the version moved to oe-core, why did
> you remove PNBLACKLIST?
Because gcr is a hard requirement for epiphany web browser.
> It's still failing:
> http://errors.yoctoproject.org/Errors/Details/20244/
The file conflict is because gcr has been split out of gnome-keyring 4
years ago, but the version of gnome-keyring in meta-gnome predates that
split. It's gnome-keyring that should be blacklisted, or preferably
updated to something recent.
Regards,
Alex
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-08 11:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20150912215134.9DA455043A@opal.openembedded.org>
2015-10-08 10:18 ` [oe-commits] Alexander Kanavin : gcr: add a recipe from meta-gnome Martin Jansa
2015-10-08 11:42 ` Alexander Kanavin
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.