diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-07-14 11:26:06 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:49 -0700 |
commit | f2291a1cb75c086e0ee374e860685eea74af6c57 (patch) | |
tree | 3875b6e3a9c204ba04f00757d7add68f8673a98c /meta-oe | |
parent | db0be048b35ebbde6fe3bf5c9b493573fbb220a4 (diff) | |
download | meta-openembedded-f2291a1cb75c086e0ee374e860685eea74af6c57.tar.gz |
source-code-pro-fonts: 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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb b/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb index e7ec00405..15449b216 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = " \ | |||
14 | SRC_URI[sha256sum] = "da2ac159497d31b0c6d9daa8fc390fb8252e75b4a9805ace6a2c9cccaed4932e" | 14 | SRC_URI[sha256sum] = "da2ac159497d31b0c6d9daa8fc390fb8252e75b4a9805ace6a2c9cccaed4932e" |
15 | S = "${WORKDIR}/source-code-pro-2.030R-ro-1.050R-it" | 15 | S = "${WORKDIR}/source-code-pro-2.030R-ro-1.050R-it" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/adobe-fonts/source-code-pro/tags" | ||
18 | UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+\.\d+)R" | ||
19 | |||
17 | do_install() { | 20 | do_install() { |
18 | install -d ${D}${sysconfdir}/fonts/conf.d/ | 21 | install -d ${D}${sysconfdir}/fonts/conf.d/ |
19 | install -m 0644 ${UNPACKDIR}/44-source-code-pro-fonts-fontconfig.conf ${D}${sysconfdir}/fonts/conf.d/ | 22 | install -m 0644 ${UNPACKDIR}/44-source-code-pro-fonts-fontconfig.conf ${D}${sysconfdir}/fonts/conf.d/ |