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/abiword | |
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/abiword')
-rw-r--r-- | packages/abiword/abiword_2.0.14.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/abiword/abiword_2.0.14.bb b/packages/abiword/abiword_2.0.14.bb index d7b0ab507b..751ec9fdf8 100644 --- a/packages/abiword/abiword_2.0.14.bb +++ b/packages/abiword/abiword_2.0.14.bb @@ -13,7 +13,7 @@ S = "${WORKDIR}/abiword-${PV}/abi" SRC_URI = "http://download.sourceforge.net/abiword/abiword-${PV}.tar.bz2" -FILES_${PN} += " ${datadir}/icons/* \ +FILES_${PN} += "${datadir}/icons/* \ ${datadir}/AbiSuite-2.0/AbiWord/glade \ ${datadir}/AbiSuite-2.0/AbiWord/scripts \ ${datadir}/AbiSuite-2.0/AbiWord/system.profile-en \ @@ -21,7 +21,7 @@ ${datadir}/AbiSuite-2.0/AbiWord/system.profile-en_GB \ #${datadir}/AbiSuite-2.0/templates/A4.awt \ #${datadir}/AbiSuite-2.0/templates/US-Letter.awt \ ${datadir}/AbiSuite-2.0/templates/normal.awt \ -${datadir}/AbiSuite-2.0/templates/normal.awt-en_GB \ +${datadir}/AbiSuite-2.0/templates/normal.awt-en_GB \ ${datadir}/AbiSuite-2.0/templates/Employee-Directory.awt \ ${datadir}/AbiSuite-2.0/templates/Business-Report.awt \ ${datadir}/AbiSuite-2.0/templates/Fax-Coversheet.awt \ |