summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-05-17 15:07:00 +0200
committerKhem Raj <raj.khem@gmail.com>2024-05-19 08:24:26 -0700
commit36a1e36e1272ca50e5dba0c4cf25ee3ff8b8f1c9 (patch)
tree8f0b08397dfd4956590ec7de19fa7499b889f2d4 /meta-oe/recipes-graphics
parentf804417cda245e073c38fbdd6749e0bd49a1c84d (diff)
downloadmeta-openembedded-36a1e36e1272ca50e5dba0c4cf25ee3ff8b8f1c9.tar.gz
source-han-sans-*-fonts: Switch away from SVN fetcher in SRC_URI
We get fetch errors from the SRC_URI provided. See errors at [0]. svn protocol was used but it's not supported by github anymore So, an http url will be passed instead. * For the record the svn protocol itself isn't deprecated in bitbake fetcher, just github no longer provides a svn access as mentioned in [1] * github no longer provides support for subversion clients [2] it was shut down on 2024-01-08 [3] * The sha256sum has also been changed since the previous one was for the 1.004 release's archive, while we are on 2.004. [0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/156/builds/353/steps/16/logs/errors [1]: https://git.openembedded.org/bitbake/commit/?h=master&id=a735898abcf056f897c9350bb128a5637e6b4617 [2]: https://docs.github.com/en/enterprise-server@3.11/get-started/working-with-subversion-on-github/support-for-subversion-clients [3]: https://github.blog/2023-01-20-sunsetting-subversion-support/ Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_2.004.bb7
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_2.004.bb7
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_2.004.bb7
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_2.004.bb7
4 files changed, 8 insertions, 20 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_2.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_2.004.bb
index b4a598527..391d46557 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_2.004.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_2.004.bb
@@ -11,13 +11,10 @@ inherit allarch fontcache
11#EXCLUDE_FROM_WORLD = "1" 11#EXCLUDE_FROM_WORLD = "1"
12 12
13SRC_URI = " \ 13SRC_URI = " \
14 svn://github.com/adobe-fonts/source-han-sans;module=branches/release/SubsetOTF/CN;protocol=http;rev=82 \ 14 https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansCN.zip;subdir=${BP} \
15 file://44-source-han-sans-cn.conf \ 15 file://44-source-han-sans-cn.conf \
16" 16"
17SRC_URI[md5sum] = "d16abc21f6575bb08894efedbed484a2" 17SRC_URI[sha256sum] = "6841fc13f1c0d255cfeb33d2a2c68d24bbebd94ae2c070347a2b2b200a1db4d6"
18SRC_URI[sha256sum] = "0a0e1d8e52833bc352d454d8242da03b82c0efc41323fb66f7435e5b39734a4f"
19
20S = "${WORKDIR}/SourceHanSansCN"
21 18
22do_install() { 19do_install() {
23 install -d ${D}${sysconfdir}/fonts/conf.d/ 20 install -d ${D}${sysconfdir}/fonts/conf.d/
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_2.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_2.004.bb
index 6a4509048..f940478a8 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_2.004.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_2.004.bb
@@ -11,13 +11,10 @@ inherit allarch fontcache
11#EXCLUDE_FROM_WORLD = "1" 11#EXCLUDE_FROM_WORLD = "1"
12 12
13SRC_URI = " \ 13SRC_URI = " \
14 svn://github.com/adobe-fonts/source-han-sans;module=branches/release/SubsetOTF/JP;protocol=http;rev=82 \ 14 https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansJP.zip;subdir=${BP} \
15 file://44-source-han-sans-jp.conf \ 15 file://44-source-han-sans-jp.conf \
16" 16"
17SRC_URI[md5sum] = "908fbf97f3df04a6838708c093f1e900" 17SRC_URI[sha256sum] = "1ae9f62ad620d686c4a049ce25cf54e3afd8fefc954a678c644cf9802750c17e"
18SRC_URI[sha256sum] = "dc6dbae3fba35f220bac88ba7130b826c7efe1282f472788fae3628b79be3f54"
19
20S = "${WORKDIR}/SourceHanSansJP"
21 18
22do_install() { 19do_install() {
23 install -d ${D}${sysconfdir}/fonts/conf.d/ 20 install -d ${D}${sysconfdir}/fonts/conf.d/
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_2.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_2.004.bb
index 5ab5057d8..f536d1b61 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_2.004.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_2.004.bb
@@ -11,13 +11,10 @@ inherit allarch fontcache
11#EXCLUDE_FROM_WORLD = "1" 11#EXCLUDE_FROM_WORLD = "1"
12 12
13SRC_URI = " \ 13SRC_URI = " \
14 svn://github.com/adobe-fonts/source-han-sans;module=branches/release/SubsetOTF/TW;protocol=http;rev=82 \ 14 https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansKR.zip;subdir=${BP} \
15 file://44-source-han-sans-kr.conf \ 15 file://44-source-han-sans-kr.conf \
16" 16"
17SRC_URI[md5sum] = "f8d1bd6c87d8575afdb25e2f46bd81d4" 17SRC_URI[sha256sum] = "02fe28a48c6381c49d61c27a1b173c77f0e6f2b9f2b68e79f076f10a6a8f4bfe"
18SRC_URI[sha256sum] = "38fd15c80f9980492faaa1af39ff873d8a38e45027023fb17d5b10d4b4b0e6af"
19
20S = "${WORKDIR}/SourceHanSansKR"
21 18
22do_install() { 19do_install() {
23 install -d ${D}${sysconfdir}/fonts/conf.d/ 20 install -d ${D}${sysconfdir}/fonts/conf.d/
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_2.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_2.004.bb
index a2b3fff07..0a4aff5e3 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_2.004.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_2.004.bb
@@ -11,13 +11,10 @@ inherit allarch fontcache
11#EXCLUDE_FROM_WORLD = "1" 11#EXCLUDE_FROM_WORLD = "1"
12 12
13SRC_URI = " \ 13SRC_URI = " \
14 svn://github.com/adobe-fonts/source-han-sans;module=branches/release/SubsetOTF/TW;protocol=http;rev=82 \ 14 https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansTW.zip;subdir=${BP} \
15 file://44-source-han-sans-tw.conf \ 15 file://44-source-han-sans-tw.conf \
16" 16"
17SRC_URI[md5sum] = "6533b71b31c19e548768f0fc963202f3" 17SRC_URI[sha256sum] = "11d78c8fbc1a4bb04a453cdd65c99db8d41ec5cd6ba6d68c8638e6ba170de806"
18SRC_URI[sha256sum] = "92ba161921c5cdec5a8f8d5711676f0865b50cee071c25eb4bd4125b5af59fd0"
19
20S = "${WORKDIR}/SourceHanSansTW"
21 18
22do_install() { 19do_install() {
23 install -d ${D}${sysconfdir}/fonts/conf.d/ 20 install -d ${D}${sysconfdir}/fonts/conf.d/