diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-30 17:12:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-07 22:12:50 +0100 |
commit | ce4bf01c1ae2e05e58a9dbc738ed87fcef20b065 (patch) | |
tree | abb54b20c692581aeee9f46cd082340e577dcd31 | |
parent | 330859c3df7ef5f52f848f2b72b66c853f46bbc9 (diff) | |
download | poky-ce4bf01c1ae2e05e58a9dbc738ed87fcef20b065.tar.gz |
enchant2: upgrade 2.8.6 -> 2.8.10
(From OE-Core rev: 9183787f5bd5ffd266fa3712c5bb7f8c891f132d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/enchant/enchant2_2.8.10.bb (renamed from meta/recipes-support/enchant/enchant2_2.8.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.8.6.bb b/meta/recipes-support/enchant/enchant2_2.8.10.bb index 2696fc0f81..e2965e9e10 100644 --- a/meta/recipes-support/enchant/enchant2_2.8.6.bb +++ b/meta/recipes-support/enchant/enchant2_2.8.10.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] = "c4cd0889d8aff8248fc3913de5a83907013962f0e1895030a3836468cd40af5b" | 15 | SRC_URI[sha256sum] = "6db791265ace652c63a6d24f376f4c562b742284d70d3ccb9e1ce8be45b288c9" |
16 | 16 | ||
17 | GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases" | 17 | GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases" |
18 | 18 | ||