diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-11 17:55:25 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-11 17:55:25 +0000 |
commit | 98320132b2b6908a3c6b63c6765332ff3c62142f (patch) | |
tree | 554deb59d8124b923c61a55b0d6a8154e108c2ef /meta/packages | |
parent | 880e17d49e32772e5b6a83b9b1c5b9dedef47517 (diff) | |
download | poky-98320132b2b6908a3c6b63c6765332ff3c62142f.tar.gz |
oh-puzzles: disable schemas installation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3756 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/puzzles/oh-puzzles_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb index 74ee6d68c5..f75cf46a09 100644 --- a/meta/packages/puzzles/oh-puzzles_svn.bb +++ b/meta/packages/puzzles/oh-puzzles_svn.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "gtk+ gconf intltool-native librsvg" | 4 | DEPENDS = "gtk+ gconf intltool-native librsvg" |
5 | PV = "0.1+svnr${SRCREV}" | 5 | PV = "0.1+svnr${SRCREV}" |
6 | PR = "r4" | 6 | PR = "r5" |
7 | 7 | ||
8 | bindir = "/usr/games" | 8 | bindir = "/usr/games" |
9 | 9 | ||
@@ -13,6 +13,8 @@ SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http \ | |||
13 | file://oh-puzzles-owl-menu.patch;patch=1;pnum=0" | 13 | file://oh-puzzles-owl-menu.patch;patch=1;pnum=0" |
14 | S = "${WORKDIR}/${PN}" | 14 | S = "${WORKDIR}/${PN}" |
15 | 15 | ||
16 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | ||
17 | |||
16 | do_install_append () { | 18 | do_install_append () { |
17 | install -d ${D}/${datadir}/applications/ | 19 | install -d ${D}/${datadir}/applications/ |
18 | 20 | ||