From 271f35fb209ec29700c2cdf13c0b82d9f853f24d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 20 Apr 2016 13:11:24 +0100 Subject: meta: add missing intltool-native dependency Recipes that use intltool need to depend on intltool-native. Signed-off-by: Ross Burton --- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-gnome/gnome') diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 8adfac7d74..0d212c738e 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -5,8 +5,7 @@ include and create documentation in their releases. They include the \ xml2po tool which makes it easier to translate and keep up to date \ translations of documentation." LICENSE = "GPLv2 & LGPLv2.1" -DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" -DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" +DEPENDS = "intltool-native libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" inherit gnomebase gettext python-dir pythonnative autotools-brokensep -- cgit 1.2.3-korg