All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libsecret: remove intltool DEPENDS
@ 2019-04-03 15:44 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2019-04-03 15:44 UTC (permalink / raw)
  To: openembedded-core

libsecret 0.18.7 removed intltool and now uses pure gettext.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-gnome/libsecret/libsecret_0.18.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/libsecret/libsecret_0.18.7.bb b/meta/recipes-gnome/libsecret/libsecret_0.18.7.bb
index 0061b880533..ba38d107f7a 100644
--- a/meta/recipes-gnome/libsecret/libsecret_0.18.7.bb
+++ b/meta/recipes-gnome/libsecret/libsecret_0.18.7.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
 
 inherit gnomebase gtk-doc vala gobject-introspection manpages
 
-DEPENDS += "glib-2.0 libgcrypt gettext-native intltool-native"
+DEPENDS += "glib-2.0 libgcrypt gettext-native"
 
 PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
 
-- 
2.11.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-03 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-03 15:44 [PATCH] libsecret: remove intltool DEPENDS Ross Burton

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.