diff options
| author | Matthias Hentges <oe@hentges.net> | 2006-04-03 10:40:42 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-03 10:40:42 +0000 |
| commit | eefbc2c084183de889c4d8e8eae3bbd8a2bc64f8 (patch) | |
| tree | fd8ce95503722343c47cd9acdbc7c017ba871e02 /packages/gnumeric/gnumeric_1.6.0.bb | |
| parent | 17b3db4fe5840399d7b3051bb32a988d5411db96 (diff) | |
| parent | cd42f15076daed0298069014b23e83fda1e07c57 (diff) | |
merge of 1ef2ba501604b3eb3973e0bd43a66f784236b00e
and b7ea8a0106e07a1fdbbbfabfa918c24d0dd19d2f
Diffstat (limited to 'packages/gnumeric/gnumeric_1.6.0.bb')
| -rw-r--r-- | packages/gnumeric/gnumeric_1.6.0.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/gnumeric/gnumeric_1.6.0.bb b/packages/gnumeric/gnumeric_1.6.0.bb deleted file mode 100644 index 18ab5472a4..0000000000 --- a/packages/gnumeric/gnumeric_1.6.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/utils" -S = "${WORKDIR}/gnumeric-${PV}" -MAINTAINER = "Koen Kooi <koen@handhelds.org>" -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) -} |
