aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abiword
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2005-07-14 09:41:21 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-14 09:41:21 +0000
commit63048702254b15cd3fadf3bc81c6b6ee4707de43 (patch)
tree82c66fe3bc9c6d3ea87f6d22f00f27665b02eb4b /packages/abiword
parentb4e3359cd09563ec5346ef3d3e6f9d020d93f49a (diff)
downloadopenembedded-63048702254b15cd3fadf3bc81c6b6ee4707de43.tar.gz
abiword: add missing dependancy on libxml2
Diffstat (limited to 'packages/abiword')
-rw-r--r--packages/abiword/abiword_2.0.14.bb2
-rw-r--r--packages/abiword/abiword_2.2.7.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/abiword/abiword_2.0.14.bb b/packages/abiword/abiword_2.0.14.bb
index 2b17edb4d8..e79da688ae 100644
--- a/packages/abiword/abiword_2.0.14.bb
+++ b/packages/abiword/abiword_2.0.14.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "AbiWord Word Processor"
-DEPENDS = "cdump-native libfribidi enchant jpeg libpng perl glibc"
+DEPENDS = "cdump-native libfribidi enchant jpeg libpng perl glibc libxml2"
RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
diff --git a/packages/abiword/abiword_2.2.7.bb b/packages/abiword/abiword_2.2.7.bb
index 58098b797f..de857a4abc 100644
--- a/packages/abiword/abiword_2.2.7.bb
+++ b/packages/abiword/abiword_2.2.7.bb
@@ -3,10 +3,10 @@ HOMEPAGE="http://www.abiword.org""
MAINTAINER="Koen Kooi <koen@handhelds.org>"
LICENSE="GPLv2"
-DEPENDS = "cdump-native libglade libfribidi enchant jpeg libpng perl glibc"
+DEPENDS = "cdump-native libglade libfribidi enchant jpeg libpng perl glibc libxml2"
RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
-PR="r2"
+PR="r3"
SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
file://cdump-hack.patch;patch=1"