aboutsummaryrefslogtreecommitdiffstats
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)
downloadopenembedded-core-contrib-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 @@
+LICENSE = "GPL LGPL"
+DEPENDS = "libxml2 libxslt libxslt-native"
+
+PR = "r1"
+
+inherit gnome
+
+EXTRA_OECONF = "--disable-scrollkeeper"
+
+do_stage() {
+ mkdir -p ${STAGING_DATADIR}/xml/gnome/xslt/
+ cp -pPr ${S}/xslt/* ${STAGING_DATADIR}/xml/gnome/xslt/
+ autotools_stage_all
+}
+
+FILES_${PN} += "${datadir}/xml*"