summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/gnome-doc-utils.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-08-18 16:41:39 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-08-18 16:41:39 +0100
commit9e58848ef93cd352e399b18c4754e824a641bbdd (patch)
tree486a71a224ec0a42feaa5d344d3fb5bf2d18bb38 /meta/packages/gnome/gnome-doc-utils.inc
parentc41f317a14403050131aeb7dc2a53a751b39676d (diff)
downloadpoky-9e58848ef93cd352e399b18c4754e824a641bbdd.tar.gz
gnome: Promote gnome-settings-daemon and dependencies into meta/. Also remove now unneeded custom staging functions
Diffstat (limited to 'meta/packages/gnome/gnome-doc-utils.inc')
-rw-r--r--meta/packages/gnome/gnome-doc-utils.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/gnome/gnome-doc-utils.inc b/meta/packages/gnome/gnome-doc-utils.inc
new file mode 100644
index 0000000000..ff62257aa8
--- /dev/null
+++ b/meta/packages/gnome/gnome-doc-utils.inc
@@ -0,0 +1,16 @@
1LICENSE = "GPL LGPL"
2DEPENDS = "libxml2 libxslt libxslt-native"
3
4PR = "r1"
5
6inherit gnome
7
8EXTRA_OECONF = "--disable-scrollkeeper"
9
10do_stage() {
11 mkdir -p ${STAGING_DATADIR}/xml/gnome/xslt/
12 cp -pPr ${S}/xslt/* ${STAGING_DATADIR}/xml/gnome/xslt/
13 autotools_stage_all
14}
15
16FILES_${PN} += "${datadir}/xml*"