aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-08-29 14:31:42 +0800
committerKhem Raj <raj.khem@gmail.com>2022-08-28 23:57:15 -0700
commit6f36a120186af8a137857a8216bd77624f41e83a (patch)
treef9b2f8fbc9c8cd0ab4d6dd2a1b8ef8df342ff6e6 /meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb
parent08304fa543b081f0ac36a175cd8d3afcac510c0c (diff)
downloadmeta-openembedded-6f36a120186af8a137857a8216bd77624f41e83a.tar.gz
hunspell: upgrade 1.7.0 -> 1.7.1
Changelog: ========== Merge chromium fix for OOB string write in hunspell Merge firefox fix for various issues parsing incomplete aff files Fix crash with hunspell -l -r Merge in weblate translations Includes fix for CVE-2019-16707 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb')
-rw-r--r--meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb b/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb
deleted file mode 100644
index 8d4dd5254e..0000000000
--- a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "A spell checker and morphological analyzer library"
-HOMEPAGE = "http://hunspell.github.io/"
-LICENSE = "GPL-2.0-only | LGPL-2.1-only"
-LIC_FILES_CHKSUM = " \
- file://COPYING;md5=75859989545e37968a99b631ef42722e \
- file://COPYING.LESSER;md5=c96ca6c1de8adc025adfada81d06fba5 \
-"
-
-SRCREV = "4ddd8ed5ca6484b930b111aec50c2750a6119a0f"
-SRC_URI = "git://github.com/${BPN}/${BPN}.git;branch=master;protocol=https"
-
-S = "${WORKDIR}/git"
-
-inherit autotools pkgconfig gettext
-
-RDEPENDS:${PN} = "perl"
-
-BBCLASSEXTEND = "native"