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-kr-fonts_2.004.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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..9d8460664 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,12 @@ inherit allarch fontcache #EXCLUDE_FROM_WORLD = "1" SRC_URI = " \ - svn://github.com/adobe-fonts/source-han-sans;module=branches/release/SubsetOTF/TW;protocol=http;rev=82 \ + https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansKR.zip;subdir=${BP} \ file://44-source-han-sans-kr.conf \ " -SRC_URI[md5sum] = "f8d1bd6c87d8575afdb25e2f46bd81d4" -SRC_URI[sha256sum] = "38fd15c80f9980492faaa1af39ff873d8a38e45027023fb17d5b10d4b4b0e6af" +SRC_URI[sha256sum] = "02fe28a48c6381c49d61c27a1b173c77f0e6f2b9f2b68e79f076f10a6a8f4bfe" -S = "${WORKDIR}/SourceHanSansKR" +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 (#110427): https://lists.openembedded.org/g/openembedded-devel/message/110427 Mute This Topic: https://lists.openembedded.org/mt/106150791/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
