aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-tetris/gpe-tetris_0.6-4.bb
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-05-08 18:24:47 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-05-08 18:33:26 +0200
commiteb2aaa10876bfe45c1863e83adb54db26cde4c84 (patch)
treee259823c5885e2f1d1f93fc16568c7a36c982e9e /recipes/gpe-tetris/gpe-tetris_0.6-4.bb
parent928da8f0272d0a7f6ba84999e1cd264110cdb4aa (diff)
downloadopenembedded-eb2aaa10876bfe45c1863e83adb54db26cde4c84.tar.gz
gpe-tetris: Fix install: don't di install -s
Diffstat (limited to 'recipes/gpe-tetris/gpe-tetris_0.6-4.bb')
-rw-r--r--recipes/gpe-tetris/gpe-tetris_0.6-4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gpe-tetris/gpe-tetris_0.6-4.bb b/recipes/gpe-tetris/gpe-tetris_0.6-4.bb
index 4a13d2443f..aa33b1fa6c 100644
--- a/recipes/gpe-tetris/gpe-tetris_0.6-4.bb
+++ b/recipes/gpe-tetris/gpe-tetris_0.6-4.bb
@@ -1,9 +1,11 @@
LICENSE = "GPL"
inherit gpe
+PR = "r1"
+
DESCRIPTION = "GTK+2 port of the well known game, Tetris."
DEPENDS = "gtk+ libgpewidget gpe-icons"
SECTION = "gpe"
PRIORITY = "optional"
-
+SRC_URI += "file://fix-install.patch;patch=1"