summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-11-25 13:01:25 +0100
committerSteve Sakoman <steve@sakoman.com>2025-02-12 06:29:34 -0800
commite1bc4dda0a0b4a2eeda20dca91106dee7c36ed3f (patch)
tree5d76dcc0836b07bcd36d102babc3b059c5693ac3
parent94efc6a14c09886a8e2837d5b3978057cf2c64d2 (diff)
downloadpoky-e1bc4dda0a0b4a2eeda20dca91106dee7c36ed3f.tar.gz
enchant2: correct SRC_URI and other uris
https://github.com/AbiWord/enchant confirms the correct locations. (From OE-Core rev: 86b785bfa69a501e7ae5961b8b3005bd7076ed5b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 7733aae9c4d3fbaa7d4a3c69dcea3da8e54771e3) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-support/enchant/enchant2_2.8.2.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.8.2.bb b/meta/recipes-support/enchant/enchant2_2.8.2.bb
index f0da896e59..e26fb640f4 100644
--- a/meta/recipes-support/enchant/enchant2_2.8.2.bb
+++ b/meta/recipes-support/enchant/enchant2_2.8.2.bb
@@ -2,8 +2,8 @@ SUMMARY = "Enchant Spell checker API Library"
2DESCRIPTION = "A library (and command-line program) that wraps a number of \ 2DESCRIPTION = "A library (and command-line program) that wraps a number of \
3different spelling libraries and programs with a consistent interface." 3different spelling libraries and programs with a consistent interface."
4SECTION = "libs" 4SECTION = "libs"
5HOMEPAGE = "https://abiword.github.io/enchant/" 5HOMEPAGE = "https://rrthomas.github.io/enchant/"
6BUGTRACKER = "https://github.com/AbiWord/enchant/issues/" 6BUGTRACKER = "https://github.com/rrthomas/enchant/issues"
7LICENSE = "LGPL-2.1-or-later" 7LICENSE = "LGPL-2.1-or-later"
8LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" 8LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
9 9
@@ -14,7 +14,7 @@ inherit autotools pkgconfig github-releases
14SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" 14SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
15SRC_URI[sha256sum] = "8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375" 15SRC_URI[sha256sum] = "8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375"
16 16
17GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" 17GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases"
18 18
19S = "${WORKDIR}/enchant-${PV}" 19S = "${WORKDIR}/enchant-${PV}"
20 20