[oe-commits] Koen Kooi : abiword 2.8.3: fix regression that caused the collab plugin being dropped from the list

git version control git at git.openembedded.org
Fri Apr 9 11:14:22 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: e42f9ca7aa42ed31ec77e6b6819def3ba05cbbcf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e42f9ca7aa42ed31ec77e6b6819def3ba05cbbcf

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  8 21:48:02 2010 +0200

abiword 2.8.3: fix regression that caused the collab plugin being dropped from the list

---

 recipes/abiword/abiword_2.8.3.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/abiword/abiword_2.8.3.bb b/recipes/abiword/abiword_2.8.3.bb
index 60eaa22..637a128 100644
--- a/recipes/abiword/abiword_2.8.3.bb
+++ b/recipes/abiword/abiword_2.8.3.bb
@@ -1,7 +1,9 @@
 require abiword-2.5.inc
-DEPENDS += " libwmf-native gtkmathview "
+DEPENDS += " loudmouth libwmf-native gtkmathview "
 RCONFLICTS_${PN} = "abiword-embedded"
 
+PR = "r1"
+
 SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=abiword \
            file://autogen-common.sh \
 	   file://nodolt.patch;patch=1"
@@ -11,6 +13,7 @@ SRC_URI[abiword.sha256sum] = "b74f7ba5852e6225dd1fb52be266eaa33149fb24210b33b5d8
 
 EXTRA_OECONF = " --disable-static  \
                  --enable-plugins \
+                 --without-gnomevfs \
                  --enable-collab-backend-xmpp \
                  --enable-collab-backend-tcp \
                  --enable-collab-backend-service \





More information about the Openembedded-commits mailing list