diff options
author | wangmy <wangmy@fujitsu.com> | 2022-04-18 20:10:53 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-19 14:14:12 +0100 |
commit | a79f1436846bd8c04197de7d191c57e22094737e (patch) | |
tree | 7d549055043e49b00bb029c3f4009b759e72b35b | |
parent | 79d8fb1da2d10e5392ca0911d083e7f981d6181d (diff) | |
download | poky-a79f1436846bd8c04197de7d191c57e22094737e.tar.gz |
enchant2: upgrade 2.3.2 -> 2.3.3
Changelog:
==========
Update Nuspell provider, requiring Nuspell 5.1.0. The new provider takes
advantage of recently-added Nuspell APIs to be smaller and simpler.
Fix the C++ API is_added() method to return a boolean rather than void.
Require C99 and POSIX 2008, and as a result use fewer gnulib modules,
which gives a modest build time reduction.
(From OE-Core rev: f7e760c97164c1ad70fb0b88ddf2ffe8b7b0173e)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/enchant/enchant2_2.3.3.bb (renamed from meta/recipes-support/enchant/enchant2_2.3.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.3.2.bb b/meta/recipes-support/enchant/enchant2_2.3.3.bb index 101a42b59d..96d56c2ea4 100644 --- a/meta/recipes-support/enchant/enchant2_2.3.2.bb +++ b/meta/recipes-support/enchant/enchant2_2.3.3.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0" | |||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz" | 14 | SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz" |
15 | SRC_URI[sha256sum] = "ce9ba47fd4d34031bd69445598a698a6611602b2b0e91d705e91a6f5099ead6e" | 15 | SRC_URI[sha256sum] = "3da12103f11cf49c3cf2fd2ce3017575c5321a489e5b9bfa81dd91ec413f3891" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases" |
18 | 18 | ||