S = "${WORKDIR}/${BP}" This is the default, so you can just drop this and I would squash all 4 as it's almost the same change across 4 almost identical recipes.
On Fri, May 17, 2024 at 11:48 AM Alexandre Truong via lists.openembedded.org <alexandre.truong=smile...@lists.openembedded.org> wrote: > > 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 <alexandre.tru...@smile.fr> > Reviewed-by: Yoann Congal <yoann.con...@smile.fr> > --- > .../ttf-fonts/source-han-sans-tw-fonts_2.004.bb | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > 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..563bd6a47 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,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/SourceHanSansTW.zip;subdir=${BP} > \ > file://44-source-han-sans-tw.conf \ > " > -SRC_URI[md5sum] = "6533b71b31c19e548768f0fc963202f3" > -SRC_URI[sha256sum] = > "92ba161921c5cdec5a8f8d5711676f0865b50cee071c25eb4bd4125b5af59fd0" > +SRC_URI[sha256sum] = > "11d78c8fbc1a4bb04a453cdd65c99db8d41ec5cd6ba6d68c8638e6ba170de806" > > -S = "${WORKDIR}/SourceHanSansTW" > +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 (#110428): https://lists.openembedded.org/g/openembedded-devel/message/110428 Mute This Topic: https://lists.openembedded.org/mt/106150787/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-