diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-20 13:11:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-22 16:28:56 +0100 |
commit | 04f7e2924868f16dd0229fdc1fabab74846e7b9c (patch) | |
tree | 799905162d270a4c7fcb28ea7df6ec7bf202cffb /meta/recipes-gnome/gnome/gnome-doc-utils.inc | |
parent | 2caf6e5a90e6f69e00bc17a605e4d3095c261a3e (diff) | |
download | poky-04f7e2924868f16dd0229fdc1fabab74846e7b9c.tar.gz |
meta: add missing intltool-native dependency
Recipes that use intltool need to depend on intltool-native.
(From OE-Core rev: 271f35fb209ec29700c2cdf13c0b82d9f853f24d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils.inc')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ | |||
5 | xml2po tool which makes it easier to translate and keep up to date \ | 5 | xml2po tool which makes it easier to translate and keep up to date \ |
6 | translations of documentation." | 6 | translations of documentation." |
7 | LICENSE = "GPLv2 & LGPLv2.1" | 7 | LICENSE = "GPLv2 & LGPLv2.1" |
8 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" | 8 | DEPENDS = "intltool-native libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" |
9 | DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" | ||
10 | 9 | ||
11 | inherit gnomebase gettext python-dir pythonnative autotools-brokensep | 10 | inherit gnomebase gettext python-dir pythonnative autotools-brokensep |
12 | 11 | ||