diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-29 10:20:16 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-31 13:26:04 +0200 |
commit | 2e408bdbaa21a04a15a9cbbb0778b8b0a0bffa26 (patch) | |
tree | 59d63a2fd9c84088797df62074101da13f1ff962 | |
parent | 1a9dc230315a77ade7a36baf3a2c2a0c9745af46 (diff) | |
download | meta-openembedded-2e408bdbaa21a04a15a9cbbb0778b8b0a0bffa26.tar.gz |
ttf-abyssinica: fix SRC_URI
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb index cd96fbb41..ce003e922 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "OFL-1.1" | |||
6 | LIC_FILES_CHKSUM = "file://OFL.txt;md5=1694c7fc245cdc85c9971db707928159" | 6 | LIC_FILES_CHKSUM = "file://OFL.txt;md5=1694c7fc245cdc85c9971db707928159" |
7 | 7 | ||
8 | SRCNAME = "AbyssinicaSIL" | 8 | SRCNAME = "AbyssinicaSIL" |
9 | SRC_URI = "http://software.sil.org/downloads/d/abyssinica/${SRCNAME}-${PV}.zip" | 9 | SRC_URI = "http://software.sil.org/downloads/r/abyssinica/${SRCNAME}-${PV}.zip" |
10 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "a3d943d18e303197c8d3d92d2de54d1e" | 12 | SRC_URI[md5sum] = "a3d943d18e303197c8d3d92d2de54d1e" |