aboutsummaryrefslogtreecommitdiffstats
path: root/meta-moblin
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-08-16 13:43:11 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-17 23:12:33 +0100
commit26350bbd22bb91d20a9c31ee37d5fd76d9de4f3c (patch)
treeb991ff3dbd41f2d4e6173f37f41180fd02a9a8a0 /meta-moblin
parent912480a3f6a18f99e8c0cede95dfdf865708b730 (diff)
downloadopenembedded-core-26350bbd22bb91d20a9c31ee37d5fd76d9de4f3c.tar.gz
aspell: moved from meta-moblin to meta to support enchant dependency
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta-moblin')
-rw-r--r--meta-moblin/packages/aspell/aspell_0.60.6.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-moblin/packages/aspell/aspell_0.60.6.bb b/meta-moblin/packages/aspell/aspell_0.60.6.bb
deleted file mode 100644
index 8d43a707d2..0000000000
--- a/meta-moblin/packages/aspell/aspell_0.60.6.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz"
-DESCRIPTION = "GNU Aspell spell-checker"
-SECTION = "console/utils"
-LICENSE="LGPL"
-
-PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
-
-FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
-FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
-FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
-FILES_${PN} = "${bindir}/aspell"
-FILES_libpspell = "${libdir}/libpspell.so.*"
-FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
-
-inherit autotools gettext