summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-gnome/gnome/gnome-doc-utils.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
index 08333db975..b2570d6fd6 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
@@ -2,7 +2,7 @@ LICENSE = "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_virtclass-native = "libxml2-native libxslt-native intltool-native glib-2.0-native"
4 4
5inherit gnome gettext python-dir 5inherit gnome gettext python-dir pythonnative
6 6
7EXTRA_OECONF += "--disable-scrollkeeper" 7EXTRA_OECONF += "--disable-scrollkeeper"
8 8
@@ -13,6 +13,10 @@ do_install_append() {
13 chown -R root:root ${D} 13 chown -R root:root ${D}
14} 14}
15 15
16do_install_append_class-native () {
17 create_wrapper ${D}${bindir}/xml2po ${STAGING_BINDIR_NATIVE}/python-native/python
18}
19
16FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*" 20FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*"
17 21
18RDEPENDS_${PN} = "bash" 22RDEPENDS_${PN} = "bash"