diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 14:06:44 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 20:41:25 +0200 |
commit | 517421d503aa060324868d5fd59d110094666967 (patch) | |
tree | 4f4fbc48aa3ed71ceac40d39e79bd934c6bb2fa3 /meta-oe/classes | |
parent | bf206c9185c84b52af3f281588d850d555950473 (diff) | |
download | meta-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/classes')
-rw-r--r-- | meta-oe/classes/gnomebase.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/classes/gnomebase.bbclass b/meta-oe/classes/gnomebase.bbclass index b50504f98..5a332a059 100644 --- a/meta-oe/classes/gnomebase.bbclass +++ b/meta-oe/classes/gnomebase.bbclass | |||
@@ -14,6 +14,8 @@ FILES_${PN} += "${datadir}/application-registry \ | |||
14 | ${datadir}/mime/application \ | 14 | ${datadir}/mime/application \ |
15 | ${datadir}/gnome-2.0 \ | 15 | ${datadir}/gnome-2.0 \ |
16 | ${datadir}/polkit* \ | 16 | ${datadir}/polkit* \ |
17 | ${datadir}/GConf \ | ||
18 | ${datadir}/glib-2.0/schemas \ | ||
17 | " | 19 | " |
18 | 20 | ||
19 | FILES_${PN}-doc += "${datadir}/devhelp" | 21 | FILES_${PN}-doc += "${datadir}/devhelp" |