[oe-commits] Koen Kooi : gnomebase.bbclass: add /usr/share/ GConf and gconf schemas into default FILES_${PN}

git version control git at git.openembedded.org
Mon Jun 20 07:40:35 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 517421d503aa060324868d5fd59d110094666967
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=517421d503aa060324868d5fd59d110094666967

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sun Jun 19 14:06:44 2011 +0200

gnomebase.bbclass: add /usr/share/GConf and gconf schemas into default FILES_${PN}

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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 b50504f..5a332a0 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"





More information about the Openembedded-commits mailing list