diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-21 10:16:32 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-25 11:50:58 +0100 |
| commit | a323834fb9fe9de4edd74f6378289d43f064afd6 (patch) | |
| tree | 533de300b4d32385b8e8253dddacb0eb4783fc46 | |
| parent | 01b111f5f788ff8207977d8466c875874ab7cc5a (diff) | |
| download | poky-a323834fb9fe9de4edd74f6378289d43f064afd6.tar.gz | |
enchant2: upgrade 2.7.3 -> 2.8.1
Changelog:
- restores an optimization removed in 2.8.0 that reduces the
frequency with which personal wordlists are reloaded.
(From OE-Core rev: 952609eb258e58121679ec8300e4fbb7749f6a04)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/enchant/enchant2_2.8.1.bb (renamed from meta/recipes-support/enchant/enchant2_2.7.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.7.3.bb b/meta/recipes-support/enchant/enchant2_2.8.1.bb index d5073b6f31..825cf2e388 100644 --- a/meta/recipes-support/enchant/enchant2_2.7.3.bb +++ b/meta/recipes-support/enchant/enchant2_2.8.1.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native" | |||
| 12 | inherit autotools pkgconfig github-releases | 12 | inherit autotools pkgconfig github-releases |
| 13 | 13 | ||
| 14 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" | 14 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" |
| 15 | SRC_URI[sha256sum] = "fe6ad4cbe8c71b9384ffdef962be52d4d2bd5ebfb6351435bb390543d4f78b1e" | 15 | SRC_URI[sha256sum] = "ff79de470b8eb16f53849dc49f2bce8ca4eb7decabfc1349716fe12616e52f4e" |
| 16 | 16 | ||
| 17 | GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" | 17 | GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" |
| 18 | 18 | ||
