diff options
-rw-r--r-- | meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb index 7cd6c659d9..eb4bba2175 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb | |||
@@ -14,8 +14,6 @@ SRC_URI = "http://www.abisource.com/downloads/${BPN}/${PV}/source/${BP}.tar.gz \ | |||
14 | file://autogen-common.sh \ | 14 | file://autogen-common.sh \ |
15 | " | 15 | " |
16 | 16 | ||
17 | PNBLACKLIST[abiword] = "BROKEN: depends on broken wv -> libgsf" | ||
18 | |||
19 | LIC_FILES_CHKSUM = "file://COPYING;md5=c5edcc3ccd864b19004d14e9c1c9a26a" | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=c5edcc3ccd864b19004d14e9c1c9a26a" |
20 | 18 | ||
21 | SRC_URI[md5sum] = "8d9c41cff3a8fbef8d0c835c65600e65" | 19 | SRC_URI[md5sum] = "8d9c41cff3a8fbef8d0c835c65600e65" |
@@ -26,7 +24,7 @@ SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1] | |||
26 | 24 | ||
27 | inherit autotools-brokensep pkgconfig | 25 | inherit autotools-brokensep pkgconfig |
28 | 26 | ||
29 | PACKAGECONFIG ??= "collab-backend-xmpp collab-backend-tcp collab-backend-service" | 27 | PACKAGECONFIG ??= "collab-backend-xmpp collab-backend-tcp" |
30 | PACKAGECONFIG[spell] = "--enable-spell,--disable-spell,enchant" | 28 | PACKAGECONFIG[spell] = "--enable-spell,--disable-spell,enchant" |
31 | PACKAGECONFIG[collab-backend-xmpp] = "--enable-collab-backend-xmpp,--disable-collab-backend-xmpp,libgsf libxml2 loudmouth" | 29 | PACKAGECONFIG[collab-backend-xmpp] = "--enable-collab-backend-xmpp,--disable-collab-backend-xmpp,libgsf libxml2 loudmouth" |
32 | PACKAGECONFIG[collab-backend-tcp] = "--enable-collab-backend-tcp,--disable-collab-backend-tcp,libgsf libxml2" | 30 | PACKAGECONFIG[collab-backend-tcp] = "--enable-collab-backend-tcp,--disable-collab-backend-tcp,libgsf libxml2" |