They changed the license back when hunspell2 was removed [1]. My test did not show fallout for missing hunspell2.
[1] https://github.com/hunspell/hunspell/commit/35301da115410bdffa6a35ed449be44df2d8a218 Signed-off-by: Andreas Müller <[email protected]> --- .../hunspell/{hunspell_1.6.2.bb => hunspell_1.7.0.bb} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/hunspell/{hunspell_1.6.2.bb => hunspell_1.7.0.bb} (49%) diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.6.2.bb b/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb similarity index 49% rename from meta-oe/recipes-support/hunspell/hunspell_1.6.2.bb rename to meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb index 5feea8987..40da3b496 100644 --- a/meta-oe/recipes-support/hunspell/hunspell_1.6.2.bb +++ b/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb @@ -1,14 +1,14 @@ SUMMARY = "A spell checker and morphological analyzer library" HOMEPAGE = "http://hunspell.github.io/" -LICENSE = "GPLv3 | LGPLv3" +LICENSE = "GPLv2 | LGPLv2.1" LIC_FILES_CHKSUM = " \ - file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ - file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 \ + file://COPYING;md5=75859989545e37968a99b631ef42722e \ + file://COPYING.LESSER;md5=c96ca6c1de8adc025adfada81d06fba5 \ " SRC_URI = "https://github.com/${BPN}/${BPN}/archive/v${PV}.tar.gz" -SRC_URI[md5sum] = "1a54504cb470aafa6530bb372a10dc04" -SRC_URI[sha256sum] = "3cd9ceb062fe5814f668e4f22b2fa6e3ba0b339b921739541ce180cac4d6f4c4" +SRC_URI[md5sum] = "b2399a4aa927e8b3e171d9ea6737cc02" +SRC_URI[sha256sum] = "bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a" inherit autotools pkgconfig gettext -- 2.20.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
