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

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.