diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-18 16:17:18 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-18 16:17:18 +0100 |
commit | c41f317a14403050131aeb7dc2a53a751b39676d (patch) | |
tree | ce9c447bdc171e61ba3694cc1a4058984115a786 | |
parent | 6912b5dbfe46daaac36369a9d92c1673442fb4e5 (diff) | |
download | poky-c41f317a14403050131aeb7dc2a53a751b39676d.tar.gz |
puzzles: Make the owl menu poky distro specific
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/puzzles/oh-puzzles_svn.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb index f027dc1bb3..eb66137552 100644 --- a/meta/packages/puzzles/oh-puzzles_svn.bb +++ b/meta/packages/puzzles/oh-puzzles_svn.bb | |||
@@ -4,14 +4,15 @@ SECTION = "x11" | |||
4 | DEPENDS = "gtk+ gconf intltool-native librsvg libowl" | 4 | DEPENDS = "gtk+ gconf intltool-native librsvg libowl" |
5 | 5 | ||
6 | PV = "0.1+svnr${SRCREV}" | 6 | PV = "0.1+svnr${SRCREV}" |
7 | PR = "r8" | 7 | PR = "r9" |
8 | 8 | ||
9 | bindir = "/usr/games" | 9 | bindir = "/usr/games" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||
13 | SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http \ | 13 | SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http" |
14 | file://oh-puzzles-owl-menu.patch;patch=1;pnum=0" | 14 | |
15 | SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;patch=1;pnum=0 " | ||
15 | S = "${WORKDIR}/${PN}" | 16 | S = "${WORKDIR}/${PN}" |
16 | 17 | ||
17 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | 18 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" |