diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-14 19:48:56 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-16 00:34:05 -0800 |
| commit | 4d60ca97ec2f0a7a22ac35a97f716544b54fbe39 (patch) | |
| tree | ca84554b484d29318e5c2436d2a015b8fb232728 | |
| parent | be6714fb7f7c992c114ffc8d91c742f3f23b3853 (diff) | |
| download | meta-openembedded-4d60ca97ec2f0a7a22ac35a97f716544b54fbe39.tar.gz | |
ttf-sazanami: fix SRC_URI
The original SRC_URI became inaccessible a while ago. Switch to a working source.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb index b72307519c..e14a85b92c 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" | |||
| 9 | 9 | ||
| 10 | RPROVIDES:${PN} = "virtual-japanese-font" | 10 | RPROVIDES:${PN} = "virtual-japanese-font" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://osdn.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2" | 12 | SRC_URI = "https://src.fedoraproject.org/repo/pkgs/sazanami-fonts/sazanami-20040629.tar.bz2/ceef10579a75c92483171f3bd7f77df2/sazanami-20040629.tar.bz2" |
| 13 | S = "${UNPACKDIR}/sazanami-20040629" | 13 | S = "${UNPACKDIR}/sazanami-20040629" |
| 14 | 14 | ||
| 15 | PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" | 15 | PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" |
