aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/abiword/abiword-plugins_2.6.0.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-06 22:47:22 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-06 22:47:22 +0200
commit52ad126ffbdb166f6d5df6c4272e556cd5b3bbd8 (patch)
tree16d03fe8ae21818b168398fcc0b25b84afadee88 /recipes/abiword/abiword-plugins_2.6.0.bb
parent063cff0e7197c316499746c07f68c0a4ddfddf13 (diff)
downloadopenembedded-52ad126ffbdb166f6d5df6c4272e556cd5b3bbd8.tar.gz
abiword: deleted some old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/abiword/abiword-plugins_2.6.0.bb')
-rw-r--r--recipes/abiword/abiword-plugins_2.6.0.bb50
1 files changed, 0 insertions, 50 deletions
diff --git a/recipes/abiword/abiword-plugins_2.6.0.bb b/recipes/abiword/abiword-plugins_2.6.0.bb
deleted file mode 100644
index 35bbced2c3..0000000000
--- a/recipes/abiword/abiword-plugins_2.6.0.bb
+++ /dev/null
@@ -1,50 +0,0 @@
-DESCRIPTION = "AbiWord is a free word processing program similar to Microsoft(r) Word"
-HOMEPAGE = "http://www.abiword.org"
-SECTION = "x11/office"
-LICENSE = "GPLv2"
-DEPENDS = "boost loudmouth libwpd librsvg goffice poppler libglade"
-RDEPENDS_${PN} = "abiword"
-PR = "r1"
-
-SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-plugins-${PV}.tar.gz;name=plugins \
- http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=archive \
- file://abiword-cxx-for-ld-fix.patch \
- "
-
-DEFAULT_PREFERENCE = "2"
-
-inherit autotools
-
-PARALLEL_MAKE=""
-
-# Ugly hack to find libstdc++
-export LD="${CXX}"
-
-EXTRA_OECONF = " --without-libwmf \
- --without-inter7eps \
- --with-abiword=${WORKDIR}/abiword-${PV} \
- --with-boost=${STAGING_DIR_HOST} \
- --with-boost-thread=boost_thread-mt \
- "
-
-PACKAGES_DYNAMIC = "abiword-plugin-*"
-
-python populate_packages_prepend () {
- abiword_libdir = bb.data.expand('${libdir}/abiword-2.6/plugins', d)
- do_split_packages(d, abiword_libdir, '^libAbi(.*)\.so$', 'abiword-plugin-%s', 'Abiword plugin for %s', extra_depends='')
- do_split_packages(d, abiword_libdir, '^libAbi(.*)\.la$', 'abiword-plugin-%s-dev', 'Abiword plugin for %s', extra_depends='')
-}
-
-
-PACKAGES =+ "abiword-plugin-collab-glade"
-
-FILES_abiword-plugin-collab-glade += "${datadir}"
-RDEPENDS_abiword-plugin-collab-glade = "abiword-plugin-collab"
-
-FILES_${PN}-dbg += "${libdir}/abiword-2.6/plugins/.debug"
-
-
-SRC_URI[plugins.md5sum] = "ebdc165d1b6c3c69f11148cf7841f257"
-SRC_URI[plugins.sha256sum] = "329521398105348ff466b90e1a7567574bd690639b048b6356ddc353d864b785"
-SRC_URI[archive.md5sum] = "d627a5d1061160c683f2257da498355b"
-SRC_URI[archive.sha256sum] = "35b1ced07bed8706a81c2c26c42bf95bdf7a4a9c1fba98935cc5ecb5c674f0bb"