aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abiword
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-05-25 13:04:57 +0000
committerHolger Freyther <zecke@selfish.org>2007-05-25 13:04:57 +0000
commit9dae835ef374adaae20d75eba1109bb307c249bd (patch)
treecf64bb6eb8187737117d0105dd1edeabfed0b987 /packages/abiword
parentf68dae76cb804fc0b9284f6ad5898f98f50d239d (diff)
downloadopenembedded-9dae835ef374adaae20d75eba1109bb307c249bd.tar.gz
packages/{abiword,gtk}: Do not depend on glibc gconv when compiling for uclibc
Use the TARGET_OS linux override to RDEPEND/RRECOMMEND glibc-gconv modules. I have tested this only on my uclibc build.
Diffstat (limited to 'packages/abiword')
-rw-r--r--packages/abiword/abiword.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/abiword/abiword.inc b/packages/abiword/abiword.inc
index 8569845394..58f712aca9 100644
--- a/packages/abiword/abiword.inc
+++ b/packages/abiword/abiword.inc
@@ -3,8 +3,9 @@ HOMEPAGE = "http://www.abiword.org""
SECTION = "x11/office"
LICENSE = "GPLv2"
DEPENDS = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng libxml2"
-RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
- glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
+RDEPENDS = "enchant "
+RDEPENDS_linux += "glibc-gconv-ibm850 glibc-gconv-cp1252 \
+ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
PR = "r2"
SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz"