aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakuro Ashie <ashie@clear-code.com>2018-08-16 14:12:57 +0900
committerArmin Kuster <akuster808@gmail.com>2018-09-27 08:24:23 -0700
commitb2de0889c8ce981b59ddd8a5072e3fb337db8697 (patch)
tree024e2eb135d71f515d3b62346819b34d36281be7
parentd50be66491d78f2cb581525f500cc9ed8191e6ad (diff)
downloadmeta-openembedded-b2de0889c8ce981b59ddd8a5072e3fb337db8697.tar.gz
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>
-rw-r--r--meta-oe/recipes-support/uim/uim_1.8.6.bb2
1 files changed, 1 insertions, 1 deletions
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 af28895eef..1c58d40b1d 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"
SRC_URI_append_class-target = " file://uim-module-manager.patch \
file://0001-fix-bug-for-cross-compile.patch \