mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 06:10:50 +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:
committed by
Armin Kuster
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 \
|
||||
|
||||
Reference in New Issue
Block a user