diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-01 16:48:47 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-01 16:48:47 +0000 |
commit | 5e117926153aaf95c9d08fe91037ab82b4b56d44 (patch) | |
tree | a5e8bc4f3b76448935f21987a4903b2dde3f7924 /packages/gpe-othello/gpe-othello_0.2-1.bb | |
parent | dccd30d481e2e8c9361adbf0b65ac6d7ab579fe3 (diff) |
gpe-othello: Adjust SECTION to gpe/games.
Diffstat (limited to 'packages/gpe-othello/gpe-othello_0.2-1.bb')
-rw-r--r-- | packages/gpe-othello/gpe-othello_0.2-1.bb | 3 |
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" |