From e0b41578571cf4541a512dc4a9b18e3dbc389f35 Mon Sep 17 00:00:00 2001
From: Holger Freyther <zecke@selfish.org>
Date: Sat, 9 Jul 2005 13:04:04 +0000
Subject: KEY = "VALUE" changed the grammar to force the quotes and update the
 bb files accordingly

---
 packages/abiword/abiword_2.0.14.bb | 2 +-
 packages/abiword/abiword_2.2.7.bb  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'packages/abiword')

diff --git a/packages/abiword/abiword_2.0.14.bb b/packages/abiword/abiword_2.0.14.bb
index 751ec9fdf8..3cb41d8bee 100644
--- a/packages/abiword/abiword_2.0.14.bb
+++ b/packages/abiword/abiword_2.0.14.bb
@@ -4,7 +4,7 @@ DEPENDS     = "cdump-native libfribidi enchant jpeg libpng perl glibc"
 RDEPENDS    = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
                glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
 
-BROKEN =1
+BROKEN = "1"
 inherit autotools
 
 PR = "r0"
diff --git a/packages/abiword/abiword_2.2.7.bb b/packages/abiword/abiword_2.2.7.bb
index ac96afc9d9..58098b797f 100644
--- a/packages/abiword/abiword_2.2.7.bb
+++ b/packages/abiword/abiword_2.2.7.bb
@@ -32,7 +32,7 @@ ${datadir}/AbiSuite-2.2/templates/Press-Release.awt "
 inherit autotools
 
 #abiword needs this native tool
-export BUILD_CDUMPTOOL=${STAGING_BINDIR}/cdump
+export BUILD_CDUMPTOOL="${STAGING_BINDIR}/cdump"
 
 PARALLEL_MAKE=""
 
-- 
cgit v1.2.3