From: Graeme Gregory Date: Mon, 4 Sep 2006 11:07:14 +0000 (+0000) Subject: abiword-plugins_2.4.5.bb : remove DEPENDS on abiword as it doesnt require X-Git-Tag: Release-2010-05/1~9453^2~875^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da241cb72a4d49335420bf122f4f8eb1ce82419f;p=openembedded.git abiword-plugins_2.4.5.bb : remove DEPENDS on abiword as it doesnt require it to build. Add RDEPENDS on abiword as plugins require it to be useful. --- diff --git a/packages/abiword/abiword-plugins_2.4.5.bb b/packages/abiword/abiword-plugins_2.4.5.bb index 444b0a43c7..567cc3a414 100644 --- a/packages/abiword/abiword-plugins_2.4.5.bb +++ b/packages/abiword/abiword-plugins_2.4.5.bb @@ -4,12 +4,13 @@ HOMEPAGE="http://www.abiword.org"" MAINTAINER="Koen Kooi " LICENSE="GPLv2" -DEPENDS = "abiword libwpd librsvg goffice poppler" +DEPENDS = "libwpd librsvg goffice poppler" PR="r1" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \ file://abiword-plugin-pdf-poppler.patch;patch=1;pnum=2" S = "${WORKDIR}/abiword-${PV}/abiword-plugins" +RDEPENDS='abiword' inherit autotools