summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/aspell/aspell_0.60.8.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2019-10-16 06:23:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-19 23:18:34 +0100
commitc16d1ff13f15246accce20425e174050b26efae6 (patch)
treea1229b09b3d3d90a4b98c796b13a3bd87f9c5cb5 /meta/recipes-support/aspell/aspell_0.60.8.bb
parent1b3f5bd39e7147eefca269cb6f5e92b130ff3d9c (diff)
downloadpoky-c16d1ff13f15246accce20425e174050b26efae6.tar.gz
aspell: upgrade from 0.60.7 to 0.60.8
New version fixes CVE-2019-17544 as well as various other bugs. CVE: CVE-2019-17544 RP: Added tweak to fix meta-selftest (From OE-Core rev: 3b788da31af6296a0404ed6080aef17708d61303) Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/aspell/aspell_0.60.8.bb')
-rw-r--r--meta/recipes-support/aspell/aspell_0.60.8.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.8.bb b/meta/recipes-support/aspell/aspell_0.60.8.bb
new file mode 100644
index 0000000000..629987810a
--- /dev/null
+++ b/meta/recipes-support/aspell/aspell_0.60.8.bb
@@ -0,0 +1,30 @@
1SUMMARY = "GNU Aspell spell-checker"
2SECTION = "console/utils"
3
4LICENSE = "LGPLv2 | LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
6
7SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
8SRC_URI[md5sum] = "012fa9209203ae4e5a61c2a668fd10e3"
9SRC_URI[sha256sum] = "f9b77e515334a751b2e60daab5db23499e26c9209f5e7b7443b05235ad0226f2"
10
11PACKAGECONFIG ??= ""
12PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
13
14PACKAGES += "libaspell libpspell aspell-utils"
15
16RDEPENDS_${PN}-utils += "perl"
17
18FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
19FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
20FILES_${PN} = "${bindir}/aspell"
21FILES_libpspell = "${libdir}/libpspell.so.*"
22FILES_${PN}-dev += "${bindir}/pspell-config"
23
24ARM_INSTRUCTION_SET_armv4 = "arm"
25ARM_INSTRUCTION_SET_armv5 = "arm"
26ARM_INSTRUCTION_SET_armv6 = "arm"
27
28inherit autotools-brokensep gettext texinfo binconfig-disabled
29
30BINCONFIG = "${bindir}/pspell-config"