diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-11 17:54:16 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-11 17:54:16 +0000 |
commit | 880e17d49e32772e5b6a83b9b1c5b9dedef47517 (patch) | |
tree | fa9a8c667de72e57e9daff27f87022bc202d8c2f | |
parent | 724c7a39108aa5e456eae79a7bb60c43898a7634 (diff) | |
download | poky-880e17d49e32772e5b6a83b9b1c5b9dedef47517.tar.gz |
gnome.bbclass: disable GConf schema installation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3755 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/classes/gnome.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/gnome.bbclass b/meta/classes/gnome.bbclass index b29d86cefd..25d1778851 100644 --- a/meta/classes/gnome.bbclass +++ b/meta/classes/gnome.bbclass | |||
@@ -13,6 +13,8 @@ FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info \ | |||
13 | 13 | ||
14 | inherit autotools pkgconfig gconf | 14 | inherit autotools pkgconfig gconf |
15 | 15 | ||
16 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | ||
17 | |||
16 | gnome_stage_includes() { | 18 | gnome_stage_includes() { |
17 | autotools_stage_includes | 19 | autotools_stage_includes |
18 | } | 20 | } |