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/gal/gal-2.1_2.1.10.bb | |
parent | 2b99b87f0289fa7abefd743bad0a23d4636c0479 (diff) |
KEY = "VALUE" changed the grammar to force the quotes and update
the bb files accordingly
Diffstat (limited to 'packages/gal/gal-2.1_2.1.10.bb')
-rw-r--r-- | packages/gal/gal-2.1_2.1.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gal/gal-2.1_2.1.10.bb b/packages/gal/gal-2.1_2.1.10.bb index ee76f21f0a..b4e958b86a 100644 --- a/packages/gal/gal-2.1_2.1.10.bb +++ b/packages/gal/gal-2.1_2.1.10.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +LICENSE = "GPL" SECTION = "x11/libs" DEPENDS = "intltool libgnomeprint gtk+ libglade libgnomeui libgnomecanvas libxml2 libgnomeprintui" |