We get fetch errors from the SRC_URI provided. svn protocol was used but it's deprecated. So, a http url will be passed instead.
The sha256sum has also been changed since the previous one was for the 1.004 release's archive, while we are on 2.004. Signed-off-by: Alexandre Truong <[email protected]> Reviewed-by: Yoann Congal <[email protected]> --- .../ttf-fonts/source-han-sans-cn-fonts_2.004.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 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..981d0d3c0 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,12 @@ inherit allarch fontcache #EXCLUDE_FROM_WORLD = "1" SRC_URI = " \ - svn://github.com/adobe-fonts/source-han-sans;module=branches/release/SubsetOTF/CN;protocol=http;rev=82 \ + https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansCN.zip;subdir=${BP} \ file://44-source-han-sans-cn.conf \ " -SRC_URI[md5sum] = "d16abc21f6575bb08894efedbed484a2" -SRC_URI[sha256sum] = "0a0e1d8e52833bc352d454d8242da03b82c0efc41323fb66f7435e5b39734a4f" +SRC_URI[sha256sum] = "6841fc13f1c0d255cfeb33d2a2c68d24bbebd94ae2c070347a2b2b200a1db4d6" -S = "${WORKDIR}/SourceHanSansCN" +S = "${WORKDIR}/${BP}" do_install() { install -d ${D}${sysconfdir}/fonts/conf.d/ -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110426): https://lists.openembedded.org/g/openembedded-devel/message/110426 Mute This Topic: https://lists.openembedded.org/mt/106150790/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
