summaryrefslogtreecommitdiff
path: root/packages/gnumeric/gnumeric_1.5.5.bb
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-04-03 10:40:42 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-03 10:40:42 +0000
commiteefbc2c084183de889c4d8e8eae3bbd8a2bc64f8 (patch)
treefd8ce95503722343c47cd9acdbc7c017ba871e02 /packages/gnumeric/gnumeric_1.5.5.bb
parent17b3db4fe5840399d7b3051bb32a988d5411db96 (diff)
parentcd42f15076daed0298069014b23e83fda1e07c57 (diff)
merge of 1ef2ba501604b3eb3973e0bd43a66f784236b00e
and b7ea8a0106e07a1fdbbbfabfa918c24d0dd19d2f
Diffstat (limited to 'packages/gnumeric/gnumeric_1.5.5.bb')
-rw-r--r--packages/gnumeric/gnumeric_1.5.5.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/gnumeric/gnumeric_1.5.5.bb b/packages/gnumeric/gnumeric_1.5.5.bb
deleted file mode 100644
index c3a594a391..0000000000
--- a/packages/gnumeric/gnumeric_1.5.5.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/utils"
-PR = "r0"
-S = "${WORKDIR}/gnumeric-${PV}"
-DEPENDS = "libgsf gtk+ libxml2 goffice libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui libbonoboui"
-DESCRIPTION = "Gnumeric spreadsheet for GNOME"
-
-inherit gnome flow-lossage
-
-SRC_URI += "file://remove-docs.patch;patch=1"
-
-EXTRA_OECONF=" --without-perl "
-
-PACKAGES_DYNAMIC = "gnumeric-plugin-*"
-
-python populate_packages_prepend () {
- gnumeric_libdir = bb.data.expand('${libdir}/gnumeric/${PV}/plugins', d)
-
- do_split_packages(d, gnumeric_libdir, '(.*)', 'gnumeric-plugin-%s', 'Gnumeric plugin for %s', allow_dirs=True)
-}