aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-19 14:06:44 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-19 20:41:25 +0200
commit517421d503aa060324868d5fd59d110094666967 (patch)
tree4f4fbc48aa3ed71ceac40d39e79bd934c6bb2fa3 /meta-oe
parentbf206c9185c84b52af3f281588d850d555950473 (diff)
downloadmeta-openembedded-517421d503aa060324868d5fd59d110094666967.tar.gz
gnomebase.bbclass: add /usr/share/GConf and gconf schemas into default FILES_${PN}
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/classes/gnomebase.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/classes/gnomebase.bbclass b/meta-oe/classes/gnomebase.bbclass
index b50504f983..5a332a059b 100644
--- a/meta-oe/classes/gnomebase.bbclass
+++ b/meta-oe/classes/gnomebase.bbclass
@@ -14,6 +14,8 @@ FILES_${PN} += "${datadir}/application-registry \
${datadir}/mime/application \
${datadir}/gnome-2.0 \
${datadir}/polkit* \
+ ${datadir}/GConf \
+ ${datadir}/glib-2.0/schemas \
"
FILES_${PN}-doc += "${datadir}/devhelp"