On Wed, Aug 15, 2018 at 10:21 PM Takuro Ashie <[email protected]> wrote: > > The place of uim archives has been moved to > https://github.com/uim/uim/releases > > Signed-off-by: Takuro Ashie <[email protected]> > --- > meta-oe/recipes-support/uim/uim_1.8.6.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-support/uim/uim_1.8.6.bb > b/meta-oe/recipes-support/uim/uim_1.8.6.bb > index af28895ee..1c58d40b1 100644 > --- a/meta-oe/recipes-support/uim/uim_1.8.6.bb > +++ b/meta-oe/recipes-support/uim/uim_1.8.6.bb > @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause & LGPLv2+" > LIC_FILES_CHKSUM = "file://COPYING;md5=32463fd29aa303fb2360faeeae17256b" > SECTION = "inputmethods" > > -SRC_URI = "http://uim.googlecode.com/files/uim-${PV}.tar.bz2" > +SRC_URI = > "https://github.com/uim/uim/releases/download/uim-${PV}/uim-${PV}.tar.bz2" >
can you convert this into a git fetch along with pointing the SRC_URI to github, tarballs are not consistent and can be regenerated on the fly > SRC_URI_append_class-target = " file://uim-module-manager.patch \ > file://0001-fix-bug-for-cross-compile.patch \ > -- > 2.17.1 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
