All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] epiphany: Add missing dependency on gnutls
@ 2021-04-18 21:32 Khem Raj
  2021-04-19  2:51 ` [OE-core] " Naveen Saini
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2021-04-18 21:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

This was being pulled in by other dependencies thus far

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-gnome/epiphany/epiphany_3.38.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb b/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb
index 889de16d00..ce24336ace 100644
--- a/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb
@@ -6,7 +6,7 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany"
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \
+DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr gnutls \
 	   gsettings-desktop-schemas libxml2-native \
 	   glib-2.0 glib-2.0-native json-glib libdazzle libhandy libportal"
 
-- 
2.31.1


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

* Re: [OE-core] [PATCH] epiphany: Add missing dependency on gnutls
  2021-04-18 21:32 [PATCH] epiphany: Add missing dependency on gnutls Khem Raj
@ 2021-04-19  2:51 ` Naveen Saini
  2021-04-19  5:17   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Naveen Saini @ 2021-04-19  2:51 UTC (permalink / raw)
  To: Khem Raj, openembedded-core

[SWAT] 

Configuration failure: 

Run-time dependency hogweed found: NO (tried pkgconfig)

../epiphany-3.38.3/meson.build:92:0: ERROR: Dependency "hogweed" not found, tried pkgconfig

https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/3317

Does this patch fix it ?

Regards,
Naveen



> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-
> core@lists.openembedded.org> On Behalf Of Khem Raj
> Sent: Monday, April 19, 2021 5:32 AM
> To: openembedded-core@lists.openembedded.org
> Cc: Khem Raj <raj.khem@gmail.com>
> Subject: [OE-core] [PATCH] epiphany: Add missing dependency on gnutls
> 
> This was being pulled in by other dependencies thus far
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta/recipes-gnome/epiphany/epiphany_3.38.3.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb
> b/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb
> index 889de16d00..ce24336ace 100644
> --- a/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb
> +++ b/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb
> @@ -6,7 +6,7 @@ BUGTRACKER =
> "https://gitlab.gnome.org/GNOME/epiphany"
>  LICENSE = "GPLv3+"
>  LIC_FILES_CHKSUM =
> "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> 
> -DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \
> +DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr gnutls
> \
>  	   gsettings-desktop-schemas libxml2-native \
>  	   glib-2.0 glib-2.0-native json-glib libdazzle libhandy libportal"
> 
> --
> 2.31.1


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

* Re: [OE-core] [PATCH] epiphany: Add missing dependency on gnutls
  2021-04-19  2:51 ` [OE-core] " Naveen Saini
@ 2021-04-19  5:17   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2021-04-19  5:17 UTC (permalink / raw)
  To: Saini, Naveen Kumar; +Cc: openembedded-core

On Sun, Apr 18, 2021 at 7:51 PM Saini, Naveen Kumar
<naveen.kumar.saini@intel.com> wrote:
>
> [SWAT]
>
> Configuration failure:
>
> Run-time dependency hogweed found: NO (tried pkgconfig)
>
> ../epiphany-3.38.3/meson.build:92:0: ERROR: Dependency "hogweed" not found, tried pkgconfig
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/3317
>
> Does this patch fix it ?

yes

>
> Regards,
> Naveen
>
>
>
> > -----Original Message-----
> > From: openembedded-core@lists.openembedded.org <openembedded-
> > core@lists.openembedded.org> On Behalf Of Khem Raj
> > Sent: Monday, April 19, 2021 5:32 AM
> > To: openembedded-core@lists.openembedded.org
> > Cc: Khem Raj <raj.khem@gmail.com>
> > Subject: [OE-core] [PATCH] epiphany: Add missing dependency on gnutls
> >
> > This was being pulled in by other dependencies thus far
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> >  meta/recipes-gnome/epiphany/epiphany_3.38.3.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb
> > b/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb
> > index 889de16d00..ce24336ace 100644
> > --- a/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb
> > +++ b/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb
> > @@ -6,7 +6,7 @@ BUGTRACKER =
> > "https://gitlab.gnome.org/GNOME/epiphany"
> >  LICENSE = "GPLv3+"
> >  LIC_FILES_CHKSUM =
> > "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> >
> > -DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \
> > +DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr gnutls
> > \
> >          gsettings-desktop-schemas libxml2-native \
> >          glib-2.0 glib-2.0-native json-glib libdazzle libhandy libportal"
> >
> > --
> > 2.31.1
>

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

end of thread, other threads:[~2021-04-19  5:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-18 21:32 [PATCH] epiphany: Add missing dependency on gnutls Khem Raj
2021-04-19  2:51 ` [OE-core] " Naveen Saini
2021-04-19  5:17   ` Khem Raj

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.