summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-gnome/gnome/gnome-doc-utils.inc4
-rw-r--r--meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb2
2 files changed, 3 insertions, 3 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
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb
index 0019f451b1..4554122ddc 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb
@@ -1,7 +1,7 @@
1require gnome-doc-utils.inc 1require gnome-doc-utils.inc
2LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ 2LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
3 file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" 3 file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343"
4PR = "r2" 4PR = "r3"
5 5
6SRC_URI += "file://xsltproc_nonet.patch" 6SRC_URI += "file://xsltproc_nonet.patch"
7 7