diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-22 10:30:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-23 08:12:19 -0700 |
commit | 41569c5f4eb81baeb26f3a429602c8568d1c24fe (patch) | |
tree | b211b2b3c940f56ce444086be35b2392e7ecb618 /recipes/frotz | |
parent | 231757d9f3e9aa4c57c3afd2d4b86860d805e5b0 (diff) |
ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCE
* Select 5.7 if none pinned.
* Bump PR for recipes which have ncurses dependency.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/frotz')
-rw-r--r-- | recipes/frotz/frotz_2.42.bb | 2 | ||||
-rw-r--r-- | recipes/frotz/frotz_2.43.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes/frotz/frotz_2.42.bb b/recipes/frotz/frotz_2.42.bb index f102305882..6faf415b6a 100644 --- a/recipes/frotz/frotz_2.42.bb +++ b/recipes/frotz/frotz_2.42.bb @@ -2,6 +2,8 @@ LICENSE = "GPL" DESCRIPTION = "Frotz is an interpreter for Infocom games and other Z-machine games." HOMEPAGE = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/" SECTION = "console/games" +PR = "r1" + DEPENDS = "ncurses" SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz \ diff --git a/recipes/frotz/frotz_2.43.bb b/recipes/frotz/frotz_2.43.bb index 3a28295e4e..b59f7084dc 100644 --- a/recipes/frotz/frotz_2.43.bb +++ b/recipes/frotz/frotz_2.43.bb @@ -2,6 +2,8 @@ LICENSE = "GPL" DESCRIPTION = "Frotz is an interpreter for Infocom games and other Z-machine games." HOMEPAGE = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/" SECTION = "console/games" +PR = "r1" + DEPENDS = "ncurses" SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz \ |