diff options
author | Holger Freyther <zecke@selfish.org> | 2005-07-09 12:38:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 12:38:15 +0000 |
commit | dcabf6e8cd8cd6c5cd69a5432ba14b2a76fdae88 (patch) | |
tree | 13d260ca9e9c5a5e0cf99a6e797f9ba2b5b6b1e9 /packages/gimp | |
parent | e699f52a5a752f2198b404171288d8dcb2d0bef1 (diff) |
Syntax Fixes for the grammar from the bitbake c parser.
-There should be no whitespaces/chars after a \. Change the files
accordingly.
-If you start with " end with " as well
Diffstat (limited to 'packages/gimp')
-rw-r--r-- | packages/gimp/gimp_2.2.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gimp/gimp_2.2.7.bb b/packages/gimp/gimp_2.2.7.bb index 0107916fdc..5380106a64 100644 --- a/packages/gimp/gimp_2.2.7.bb +++ b/packages/gimp/gimp_2.2.7.bb @@ -1,7 +1,7 @@ DESCRIPTION = "The GIMP is the GNU Image Manipulation Program." HOMEPAGE = "http://www.gimp.org" LICENSE = "GPL" -MAINTAINER = "Koen Kooi <koen@handhelds.org> +MAINTAINER = "Koen Kooi <koen@handhelds.org>" SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-${PV}.tar.bz2" |