summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb
index d118769cc8..0c29a20cdd 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb
@@ -13,6 +13,9 @@ SRC_URI = "https://assets.ubuntu.com/v1/${SHA1SUM}-ubuntu-font-family-${PV}.zip"
13SRC_URI[md5sum] = "c5a5059d6856b4ddf79d824dcaf5ad32" 13SRC_URI[md5sum] = "c5a5059d6856b4ddf79d824dcaf5ad32"
14SRC_URI[sha256sum] = "61a2b342526fd552f19fef438bb9211a8212de19ad96e32a1209c039f1d68ecf" 14SRC_URI[sha256sum] = "61a2b342526fd552f19fef438bb9211a8212de19ad96e32a1209c039f1d68ecf"
15 15
16UPSTREAM_CHECK_URI = "https://repology.org/project/fonts:ubuntu/packages"
17UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
18
16S = "${WORKDIR}/ubuntu-font-family-${PV}" 19S = "${WORKDIR}/ubuntu-font-family-${PV}"
17 20
18PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" 21PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans"