mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
d50be66491
commit
b2de0889c8
@ -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…
x
Reference in New Issue
Block a user