aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-othello
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-09-01 16:48:47 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-09-01 16:48:47 +0000
commit5e117926153aaf95c9d08fe91037ab82b4b56d44 (patch)
treea5e8bc4f3b76448935f21987a4903b2dde3f7924 /packages/gpe-othello
parentdccd30d481e2e8c9361adbf0b65ac6d7ab579fe3 (diff)
downloadopenembedded-5e117926153aaf95c9d08fe91037ab82b4b56d44.tar.gz
gpe-othello: Adjust SECTION to gpe/games.
Diffstat (limited to 'packages/gpe-othello')
-rw-r--r--packages/gpe-othello/gpe-othello_0.2-1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gpe-othello/gpe-othello_0.2-1.bb b/packages/gpe-othello/gpe-othello_0.2-1.bb
index a1ceb60157..43d9a197f4 100644
--- a/packages/gpe-othello/gpe-othello_0.2-1.bb
+++ b/packages/gpe-othello/gpe-othello_0.2-1.bb
@@ -2,7 +2,8 @@ inherit gpe
DESCRIPTION = "An Othello clone using GTK, hacked from ugothello."
DEPENDS = "gtk+ libgpewidget gpe-icons"
-SECTION = "gpe"
+SECTION = "gpe/games"
PRIORITY = "optional"
+PR = "r1"
SRC_URI += "file://fix-makefiles.patch;patch=1"