diff options
author | Holger Freyther <zecke@selfish.org> | 2005-07-09 13:04:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 13:04:04 +0000 |
commit | e0b41578571cf4541a512dc4a9b18e3dbc389f35 (patch) | |
tree | 340b973b0ee126809a69aff29924bd5d77992223 /packages/frotz | |
parent | 2b99b87f0289fa7abefd743bad0a23d4636c0479 (diff) |
KEY = "VALUE" changed the grammar to force the quotes and update
the bb files accordingly
Diffstat (limited to 'packages/frotz')
-rw-r--r-- | packages/frotz/frotz_2.42.bb | 2 | ||||
-rw-r--r-- | packages/frotz/frotz_2.43.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/frotz/frotz_2.42.bb b/packages/frotz/frotz_2.42.bb index 5a16f68ce1..8daa6c514e 100644 --- a/packages/frotz/frotz_2.42.bb +++ b/packages/frotz/frotz_2.42.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +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" diff --git a/packages/frotz/frotz_2.43.bb b/packages/frotz/frotz_2.43.bb index defe0d4cf6..9cace09992 100644 --- a/packages/frotz/frotz_2.43.bb +++ b/packages/frotz/frotz_2.43.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +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" |