diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-07-14 19:48:43 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:50 -0700 |
commit | 6dba54b666d3513ece394b656b491508c4fb5965 (patch) | |
tree | 86dc1b52a3fe5cef6cd951f1fe6ab16c8ca7ee7b | |
parent | bb6cc8571fb20c950880758436a35ae5ae412f87 (diff) | |
download | meta-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.bb | 2 |
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" | |||
9 | SRC_URI = "http://software.sil.org/downloads/r/abyssinica/${SRCNAME}-${PV}.zip" | 9 | SRC_URI = "http://software.sil.org/downloads/r/abyssinica/${SRCNAME}-${PV}.zip" |
10 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "https://software.sil.org/abyssinica/download/" | ||
13 | |||
12 | SRC_URI[sha256sum] = "1a1fc8e82f0c0f2e824f42bff05c1f4a0356330a89dc7ba798c1a20bc3e333e0" | 14 | SRC_URI[sha256sum] = "1a1fc8e82f0c0f2e824f42bff05c1f4a0356330a89dc7ba798c1a20bc3e333e0" |
13 | 15 | ||
14 | FONT_PACKAGES = "${PN}" | 16 | FONT_PACKAGES = "${PN}" |