From da241cb72a4d49335420bf122f4f8eb1ce82419f Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 4 Sep 2006 11:07:14 +0000 Subject: [PATCH] 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. --- packages/abiword/abiword-plugins_2.4.5.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5