aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abiword
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-04-17 17:49:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-17 17:49:06 +0000
commit8bf93ca12d6ec7b3fb03c96829af640480e1373e (patch)
treed3edf29cf32b61f47a3227e1e018d1ca26c67e98 /packages/abiword
parent763fc4bd4ffd86aae4fe1318f2144af52cbb8e46 (diff)
downloadopenembedded-8bf93ca12d6ec7b3fb03c96829af640480e1373e.tar.gz
abiword-plugins_2.4.4.bb : stop depending on non existant abiword-plugins
Diffstat (limited to 'packages/abiword')
-rw-r--r--packages/abiword/abiword-plugins_2.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/abiword/abiword-plugins_2.4.4.bb b/packages/abiword/abiword-plugins_2.4.4.bb
index 645db1c96b..9d6940ec30 100644
--- a/packages/abiword/abiword-plugins_2.4.4.bb
+++ b/packages/abiword/abiword-plugins_2.4.4.bb
@@ -21,6 +21,6 @@ PACKAGES_DYNAMIC = "abiword-plugin-*"
python populate_packages_prepend () {
abiword_libdir = bb.data.expand('${libdir}/AbiWord-2.4/plugins', d)
- do_split_packages(d, abiword_libdir, '^libAbi(.*)\.so$', 'abiword-plugin-%s', 'Abiword plugin for %s')
+ do_split_packages(d, abiword_libdir, '^libAbi(.*)\.so$', 'abiword-plugin-%s', 'Abiword plugin for %s', extra_depends='')
}