diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-04-15 16:49:28 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-24 10:59:27 +0200 |
commit | 4ad82c0f1434abe9b8e2b420af6c4ee032c3e33f (patch) | |
tree | 62bf6e4c3847f47b9b0f09c012c4fbde82aac235 /meta-oe/recipes-support | |
parent | 85b4e2e146ce87a086cc23541c28394494a1b33e (diff) | |
download | meta-openembedded-4ad82c0f1434abe9b8e2b420af6c4ee032c3e33f.tar.gz |
hunspell: update 1.3.3 -> 1.6.1
hunspell moved to github and changed licence
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/hunspell/hunspell_1.3.3.bb | 18 | ||||
-rw-r--r-- | meta-oe/recipes-support/hunspell/hunspell_1.6.1.bb | 17 |
2 files changed, 17 insertions, 18 deletions
diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.3.3.bb b/meta-oe/recipes-support/hunspell/hunspell_1.3.3.bb deleted file mode 100644 index 9e6f774e6..000000000 --- a/meta-oe/recipes-support/hunspell/hunspell_1.3.3.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SUMMARY = "A spell checker and morphological analyzer library" | ||
2 | HOMEPAGE = "http://hunspell.sourceforge.net/" | ||
3 | LICENSE = "LGPLv2.1 | GPLv2 | MPLv1.1" | ||
4 | LIC_FILES_CHKSUM = " \ | ||
5 | file://COPYING;md5=ed3a37b3ba6d6be3e08ab45987cf1b88 \ | ||
6 | file://COPYING.LGPL;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | ||
7 | file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ | ||
8 | " | ||
9 | |||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/Hunspell/${PV}/${BPN}-${PV}.tar.gz" | ||
11 | SRC_URI[md5sum] = "4967da60b23413604c9e563beacc63b4" | ||
12 | SRC_URI[sha256sum] = "a7b2c0de0e2ce17426821dc1ac8eb115029959b3ada9d80a81739fa19373246c" | ||
13 | |||
14 | inherit autotools pkgconfig gettext | ||
15 | |||
16 | RDEPENDS_${PN} = "perl" | ||
17 | |||
18 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.6.1.bb b/meta-oe/recipes-support/hunspell/hunspell_1.6.1.bb new file mode 100644 index 000000000..125729f2d --- /dev/null +++ b/meta-oe/recipes-support/hunspell/hunspell_1.6.1.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "A spell checker and morphological analyzer library" | ||
2 | HOMEPAGE = "http://hunspell.github.io/" | ||
3 | LICENSE = "GPLv3 | LGPLv3" | ||
4 | LIC_FILES_CHKSUM = " \ | ||
5 | file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
6 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | ||
7 | " | ||
8 | |||
9 | SRC_URI = "https://github.com/${BPN}/${BPN}/archive/v${PV}.tar.gz" | ||
10 | SRC_URI[md5sum] = "0df1c18c1284f8625af5ae5a8d5c4cef" | ||
11 | SRC_URI[sha256sum] = "30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49" | ||
12 | |||
13 | inherit autotools pkgconfig gettext | ||
14 | |||
15 | RDEPENDS_${PN} = "perl" | ||
16 | |||
17 | BBCLASSEXTEND = "native" | ||