summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-08-18 16:17:18 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-08-18 16:17:18 +0100
commitc41f317a14403050131aeb7dc2a53a751b39676d (patch)
treece9c447bdc171e61ba3694cc1a4058984115a786
parent6912b5dbfe46daaac36369a9d92c1673442fb4e5 (diff)
downloadopenembedded-core-c41f317a14403050131aeb7dc2a53a751b39676d.tar.gz
openembedded-core-c41f317a14403050131aeb7dc2a53a751b39676d.tar.bz2
openembedded-core-c41f317a14403050131aeb7dc2a53a751b39676d.tar.xz
openembedded-core-c41f317a14403050131aeb7dc2a53a751b39676d.zip
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.bb7
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 f027dc1bb..eb6613755 100644
--- a/meta/packages/puzzles/oh-puzzles_svn.bb
+++ b/meta/packages/puzzles/oh-puzzles_svn.bb
@@ -4,14 +4,15 @@ SECTION = "x11"
DEPENDS = "gtk+ gconf intltool-native librsvg libowl"
PV = "0.1+svnr${SRCREV}"
-PR = "r8"
+PR = "r9"
bindir = "/usr/games"
inherit autotools pkgconfig
-SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http \
- file://oh-puzzles-owl-menu.patch;patch=1;pnum=0"
+SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http"
+
+SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;patch=1;pnum=0 "
S = "${WORKDIR}/${PN}"
EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"