aboutsummaryrefslogtreecommitdiffstats
path: root/packages/frotz
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-07-09 13:04:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-09 13:04:04 +0000
commite0b41578571cf4541a512dc4a9b18e3dbc389f35 (patch)
tree340b973b0ee126809a69aff29924bd5d77992223 /packages/frotz
parent2b99b87f0289fa7abefd743bad0a23d4636c0479 (diff)
downloadopenembedded-e0b41578571cf4541a512dc4a9b18e3dbc389f35.tar.gz
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.bb2
-rw-r--r--packages/frotz/frotz_2.43.bb2
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"