[oe-commits] org.oe.dev abiword-plugins_2.4.5.bb : remove DEPENDS on abiword as it doesnt require

xora commit openembedded-commits at lists.openembedded.org
Mon Sep 4 11:12:05 UTC 2006


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.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: f8bbd3638e68232f9e6834d99a1337cede027ef6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f8bbd3638e68232f9e6834d99a1337cede027ef6
Files:
1
packages/abiword/abiword-plugins_2.4.5.bb
Diffs:

#
# mt diff -re9396fac0f052fa56bf2461d1e8e9352cbcf409d -rf8bbd3638e68232f9e6834d99a1337cede027ef6
#
# 
# 
# patch "packages/abiword/abiword-plugins_2.4.5.bb"
#  from [36cc916dee07755957b6144460fe59eb9554939e]
#    to [05bd7e0f8e820311054bdb6fd7bb2d0661744825]
# 
============================================================
--- packages/abiword/abiword-plugins_2.4.5.bb	36cc916dee07755957b6144460fe59eb9554939e
+++ packages/abiword/abiword-plugins_2.4.5.bb	05bd7e0f8e820311054bdb6fd7bb2d0661744825
@@ -1,15 +1,16 @@ LICENSE="GPLv2"
 DESCRIPTION ="AbiWord is free word processing program similar to Microsoft(r) Word""
 SECTION = "gnome/office"
 HOMEPAGE="http://www.abiword.org""
 MAINTAINER="Koen Kooi <koen at dominion.kabel.utwente.nl>"
 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
 






More information about the Openembedded-commits mailing list