summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-07-14 19:48:43 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:50 -0700
commit6dba54b666d3513ece394b656b491508c4fb5965 (patch)
tree86dc1b52a3fe5cef6cd951f1fe6ab16c8ca7ee7b
parentbb6cc8571fb20c950880758436a35ae5ae412f87 (diff)
downloadmeta-openembedded-6dba54b666d3513ece394b656b491508c4fb5965.tar.gz
ttf-abyssinica: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.100.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.100.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.100.bb
index bce37a2e05..b9880f402a 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.100.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.100.bb
@@ -9,6 +9,8 @@ SRCNAME = "AbyssinicaSIL"
9SRC_URI = "http://software.sil.org/downloads/r/abyssinica/${SRCNAME}-${PV}.zip" 9SRC_URI = "http://software.sil.org/downloads/r/abyssinica/${SRCNAME}-${PV}.zip"
10S = "${WORKDIR}/${SRCNAME}-${PV}" 10S = "${WORKDIR}/${SRCNAME}-${PV}"
11 11
12UPSTREAM_CHECK_URI = "https://software.sil.org/abyssinica/download/"
13
12SRC_URI[sha256sum] = "1a1fc8e82f0c0f2e824f42bff05c1f4a0356330a89dc7ba798c1a20bc3e333e0" 14SRC_URI[sha256sum] = "1a1fc8e82f0c0f2e824f42bff05c1f4a0356330a89dc7ba798c1a20bc3e333e0"
13 15
14FONT_PACKAGES = "${PN}" 16FONT_PACKAGES = "${PN}"