diff options
| author | Takuro Ashie <ashie@clear-code.com> | 2018-08-16 14:12:57 +0900 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-19 16:09:28 -0700 |
| commit | 3490d00bff39d667be968d262eaff9d56a5aa0b7 (patch) | |
| tree | c3ee5682a6dfa6727871908d13d8df9225da240f | |
| parent | c53786a25479c9e3a19e245da1f402ac254aaf26 (diff) | |
| download | meta-openembedded-3490d00bff39d667be968d262eaff9d56a5aa0b7.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>
| -rw-r--r-- | meta-oe/recipes-support/uim/uim_1.8.6.bb | 2 |
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+" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=32463fd29aa303fb2360faeeae17256b" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=32463fd29aa303fb2360faeeae17256b" |
| 5 | SECTION = "inputmethods" | 5 | SECTION = "inputmethods" |
| 6 | 6 | ||
| 7 | SRC_URI = "http://uim.googlecode.com/files/uim-${PV}.tar.bz2" | 7 | SRC_URI = "https://github.com/uim/uim/releases/download/uim-${PV}/uim-${PV}.tar.bz2" |
| 8 | 8 | ||
| 9 | SRC_URI_append_class-target = " file://uim-module-manager.patch \ | 9 | SRC_URI_append_class-target = " file://uim-module-manager.patch \ |
| 10 | file://0001-fix-bug-for-cross-compile.patch \ | 10 | file://0001-fix-bug-for-cross-compile.patch \ |
