summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-04-30 15:37:06 -0700
committerKhem Raj <raj.khem@gmail.com>2023-04-30 23:05:52 -0700
commit6ca9f1c2e5d105096a438389a3431633c3e0cc07 (patch)
tree119d797e6399e0eb7600fd586760a12ed6ec7e42
parent2b2cc606ecc795e65d5b551ae30c8e0cef429bf9 (diff)
downloadmeta-openembedded-6ca9f1c2e5d105096a438389a3431633c3e0cc07.tar.gz
ttf-mplus: Point to valid download location for SRC_URI
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
index d8236ce434..a048075fc4 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
@@ -7,8 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE_E;md5=ac161e96eda00db9a3aec7870b5d9658 \
7 file://LICENSE_J;md5=a120ca8d7c8e4a475d5277c9aeb95221 \ 7 file://LICENSE_J;md5=a120ca8d7c8e4a475d5277c9aeb95221 \
8" 8"
9PR = "r4" 9PR = "r4"
10 10SRC_URI = "http://downloads.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz"
11SRC_URI = "http://osdn.dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz"
12S = "${WORKDIR}/mplus-TESTFLIGHT-${PV}" 11S = "${WORKDIR}/mplus-TESTFLIGHT-${PV}"
13 12
14PACKAGESPLITFUNCS:prepend = "split_ttf_mplus_packages " 13PACKAGESPLITFUNCS:prepend = "split_ttf_mplus_packages "