All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH] libgnome-keyring: fix dependency of glib-gettextize
@ 2018-03-27  3:23 Hongxu Jia
  2018-03-27  6:50 ` Andreas Müller
  0 siblings, 1 reply; 3+ messages in thread
From: Hongxu Jia @ 2018-03-27  3:23 UTC (permalink / raw)
  To: openembedded-devel

libgnome-keyring uses glib-gettextize so explicitly depend on
glib-2.0-native.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
index e241882..7e9de50 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
@@ -13,7 +13,7 @@ PR = "r3"
 
 inherit gnomebase gtk-doc
 
-DEPENDS = "dbus libgcrypt glib-2.0 intltool-native"
+DEPENDS = "dbus libgcrypt glib-2.0 glib-2.0-native intltool-native"
 
 SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6"
 SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c"
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-gnome][PATCH] libgnome-keyring: fix dependency of glib-gettextize
  2018-03-27  3:23 [meta-gnome][PATCH] libgnome-keyring: fix dependency of glib-gettextize Hongxu Jia
@ 2018-03-27  6:50 ` Andreas Müller
  2018-03-27  7:47   ` Hongxu Jia
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Müller @ 2018-03-27  6:50 UTC (permalink / raw)
  To: Hongxu Jia; +Cc: openembeded-devel

On Tue, Mar 27, 2018 at 5:23 AM, Hongxu Jia <hongxu.jia@windriver.com> wrote:
> libgnome-keyring uses glib-gettextize so explicitly depend on
> glib-2.0-native.
>
> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Thanks but I think it's obsolete - see [1]

[1] https://patchwork.openembedded.org/patch/149554/

Andreas


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-gnome][PATCH] libgnome-keyring: fix dependency of glib-gettextize
  2018-03-27  6:50 ` Andreas Müller
@ 2018-03-27  7:47   ` Hongxu Jia
  0 siblings, 0 replies; 3+ messages in thread
From: Hongxu Jia @ 2018-03-27  7:47 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

On 2018年03月27日 14:50, Andreas Müller wrote:
> On Tue, Mar 27, 2018 at 5:23 AM, Hongxu Jia <hongxu.jia@windriver.com> wrote:
>> libgnome-keyring uses glib-gettextize so explicitly depend on
>> glib-2.0-native.
>>
>> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> Thanks but I think it's obsolete - see [1]
>
> [1] https://patchwork.openembedded.org/patch/149554/
>
> Andreas


OK, thanks to upgrade it


//Hongxu



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-27  7:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-27  3:23 [meta-gnome][PATCH] libgnome-keyring: fix dependency of glib-gettextize Hongxu Jia
2018-03-27  6:50 ` Andreas Müller
2018-03-27  7:47   ` Hongxu Jia

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.