summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gnome-doc-utils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils.inc')
-rw-r--r--meta/recipes-gnome/gnome/gnome-doc-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
index b2570d6fd6..8ea0b96baf 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
@@ -1,6 +1,6 @@
1LICENSE = "GPLv2 & LGPLv2.1" 1LICENSE = "GPLv2 & LGPLv2.1"
2DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" 2DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0"
3DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" 3DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native"
4 4
5inherit gnome gettext python-dir pythonnative 5inherit gnome gettext python-dir pythonnative
6 6
@@ -20,6 +20,6 @@ do_install_append_class-native () {
20FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*" 20FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*"
21 21
22RDEPENDS_${PN} = "bash" 22RDEPENDS_${PN} = "bash"
23RDEPENDS_${PN}_virtclass-native = "" 23RDEPENDS_${PN}_class-native = ""
24 24
25BBCLASSEXTEND = "native" 25BBCLASSEXTEND = "native"