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-jp-fonts_2.004.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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..8a2caa44b 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,12 @@ inherit allarch fontcache #EXCLUDE_FROM_WORLD = "1" SRC_URI = " \ - svn://github.com/adobe-fonts/source-han-sans;module=branches/release/SubsetOTF/JP;protocol=http;rev=82 \ + https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansJP.zip;subdir=${BP} \ file://44-source-han-sans-jp.conf \ " -SRC_URI[md5sum] = "908fbf97f3df04a6838708c093f1e900" -SRC_URI[sha256sum] = "dc6dbae3fba35f220bac88ba7130b826c7efe1282f472788fae3628b79be3f54" +SRC_URI[sha256sum] = "1ae9f62ad620d686c4a049ce25cf54e3afd8fefc954a678c644cf9802750c17e" -S = "${WORKDIR}/SourceHanSansJP" +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 (#110425): https://lists.openembedded.org/g/openembedded-devel/message/110425 Mute This Topic: https://lists.openembedded.org/mt/106150789/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
