mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
uim: Fix SRC_URI
The place of uim archives has been moved to https://github.com/uim/uim/releases Signed-off-by: Takuro Ashie <ashie@clear-code.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c53786a254
commit
3490d00bff
|
|
@ -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"
|
||||
|
||||
SRC_URI_append_class-target = " file://uim-module-manager.patch \
|
||||
file://0001-fix-bug-for-cross-compile.patch \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user