summaryrefslogtreecommitdiff
path: root/recipes/gnome/goffice_0.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome/goffice_0.6.2.bb')
-rw-r--r--recipes/gnome/goffice_0.6.2.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes/gnome/goffice_0.6.2.bb b/recipes/gnome/goffice_0.6.2.bb
deleted file mode 100644
index 8714bbeb48..0000000000
--- a/recipes/gnome/goffice_0.6.2.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION="Gnome Office Library"
-LICENSE="GPLv2"
-
-PR ="r2"
-
-DEFAULT_PREFERENCE = "-1"
-
-DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 libart-lgpl"
-
-FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug"
-
-inherit gnome pkgconfig
-
-PACKAGES_DYNAMIC = "goffice-plugin-*"
-
-python populate_packages_prepend () {
- goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins', d)
-
- do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True)
-}
-
-SRC_URI[archive.md5sum] = "f52d78cffbcfc3c13336fd308ea3926e"
-SRC_URI[archive.sha256sum] = "b126902259875a24ece29bdf1f93cc7fd4fd7b83508cae1c15dabd10b4d537cd"