* [meta-gnome][PATCH] gvfs-gdu-volume-monitor: Define build dependency on libgnome-keyring
@ 2014-03-28 18:23 Adam YH Lee
2014-04-20 11:42 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Adam YH Lee @ 2014-03-28 18:23 UTC (permalink / raw)
To: openembedded-devel
Build fails due to missing libgnome-keyring static library
(libgnome-keyring.la). libgnome-keyring has to be
explicitly listed as one of the dependencies.
Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
---
.../gvfs/gvfs-gdu-volume-monitor_1.10.1.bb | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
index bd6d9de..cf0ab0c 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
@@ -2,8 +2,7 @@ require gvfs.inc
BPN = "gvfs"
-DEPENDS = "gvfs gnome-disk-utility"
-
+DEPENDS = "gvfs gnome-disk-utility libgnome-keyring"
PR = "${INC_PR}.0"
# we need gdu files only: reduce files to delete in libexecdir
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-gnome][PATCH] gvfs-gdu-volume-monitor: Define build dependency on libgnome-keyring
2014-03-28 18:23 [meta-gnome][PATCH] gvfs-gdu-volume-monitor: Define build dependency on libgnome-keyring Adam YH Lee
@ 2014-04-20 11:42 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-04-20 11:42 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]
On Fri, Mar 28, 2014 at 11:23:29AM -0700, Adam YH Lee wrote:
> Build fails due to missing libgnome-keyring static library
> (libgnome-keyring.la). libgnome-keyring has to be
> explicitly listed as one of the dependencies.
Merged, thanks!
>
> Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
> ---
> .../gvfs/gvfs-gdu-volume-monitor_1.10.1.bb | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
> index bd6d9de..cf0ab0c 100644
> --- a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
> +++ b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
> @@ -2,8 +2,7 @@ require gvfs.inc
>
> BPN = "gvfs"
>
> -DEPENDS = "gvfs gnome-disk-utility"
> -
> +DEPENDS = "gvfs gnome-disk-utility libgnome-keyring"
> PR = "${INC_PR}.0"
>
> # we need gdu files only: reduce files to delete in libexecdir
> --
> 1.7.9.5
>
> --
> _______________________________________________
> 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: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-20 11:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-28 18:23 [meta-gnome][PATCH] gvfs-gdu-volume-monitor: Define build dependency on libgnome-keyring Adam YH Lee
2014-04-20 11:42 ` Martin Jansa
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.