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 7f1ab83f59..bd7c615eb9 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
@@ -2,7 +2,7 @@ LICENSE = "GPL & LGPL"
2DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" 2DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native"
3DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" 3DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native"
4 4
5inherit gnome gettext 5inherit gnome gettext python-dir
6 6
7EXTRA_OECONF = "--disable-scrollkeeper" 7EXTRA_OECONF = "--disable-scrollkeeper"
8 8
@@ -13,7 +13,7 @@ do_install_append() {
13 chown -R root:root ${D} 13 chown -R root:root ${D}
14} 14}
15 15
16FILES_${PN} += "${datadir}/xml*" 16FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*"
17 17
18RDEPENDS_${PN} = "bash" 18RDEPENDS_${PN} = "bash"
19 19