summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gnome-doc-utils.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-06-02 12:26:01 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-03 13:13:28 +0100
commit76d6f00b440974a7f9497b3a93767cd3ca7d1cea (patch)
tree8410a68bd8f16553e0870dce071671eb8e859bf0 /meta/recipes-gnome/gnome/gnome-doc-utils.inc
parent296004a4f5ef755b22221163214e0d1fd26b4b52 (diff)
downloadpoky-76d6f00b440974a7f9497b3a93767cd3ca7d1cea.tar.gz
gnome-doc-utils: remove recipe
Nothing in oe-core actually requires it. (From OE-Core rev: 8ba5fcb5232bd79d67657218b9d1b3a10bf56b08) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.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.inc29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
deleted file mode 100644
index 0d212c738e..0000000000
--- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc
+++ /dev/null
@@ -1,29 +0,0 @@
1SUMMARY = "A collection of documentation utilities for the Gnome project"
2DESCRIPTION = "The GNOME Documentation Build Utilities (gnome-doc- \
3utils) were created to make it easier for application developers to \
4include and create documentation in their releases. They include the \
5xml2po tool which makes it easier to translate and keep up to date \
6translations of documentation."
7LICENSE = "GPLv2 & LGPLv2.1"
8DEPENDS = "intltool-native libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0"
9
10inherit gnomebase gettext python-dir pythonnative autotools-brokensep
11
12CLEANBROKEN = "1"
13
14EXTRA_OECONF += "--disable-scrollkeeper"
15
16do_install_append() {
17 chown -R root:root ${D}
18}
19
20do_install_append_class-native () {
21 sed -i -e 's|^#!.*/usr/bin/env python|#! /usr/bin/env nativepython|' ${D}${bindir}/xml2po
22}
23
24FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*"
25
26RDEPENDS_${PN} = "bash"
27RDEPENDS_${PN}_class-native = ""
28
29BBCLASSEXTEND = "native"