diff options
author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-08-04 15:51:17 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-24 13:54:01 +0200 |
commit | 9e2991ecea512f69587b0b23b7b9e31ee8b6424d (patch) | |
tree | ff58c4c2c93025e4814322dd387b35ff29739661 | |
parent | a89422e41fe972c0f27004c30341c53d5371b9e6 (diff) | |
download | meta-openembedded-9e2991ecea512f69587b0b23b7b9e31ee8b6424d.tar.gz |
takao-fonts: upgrade 003.02.01 -> 003.03.01
The SRC_URI has been changed.
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb (renamed from meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb b/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb index ed875fa7c..d99ff144b 100644 --- a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.02.01.bb +++ b/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb | |||
@@ -6,13 +6,11 @@ SECTION = "User Interface/X" | |||
6 | 6 | ||
7 | LICENSE = "IPA" | 7 | LICENSE = "IPA" |
8 | LIC_FILES_CHKSUM = "file://IPA_Font_License_Agreement_v1.0.txt;md5=6cd3351ba979cf9db1fad644e8221276" | 8 | LIC_FILES_CHKSUM = "file://IPA_Font_License_Agreement_v1.0.txt;md5=6cd3351ba979cf9db1fad644e8221276" |
9 | SRC_URI = "https://launchpad.net/${BPN}/trunk/15.03/+download/TakaoFonts_00303.01.tar.xz" | ||
10 | SRC_URI[md5sum] = "8cd3fe724faa5034a9369e98cf108d2d" | ||
11 | SRC_URI[sha256sum] = "e9871f72ac69acb3e277aebbee7ca01fbebf54800733e29fafdc46133fc3552f" | ||
9 | 12 | ||
10 | SRC_URI = "http://launchpad.net/takao-fonts/003.02/${PV}/+download/takao-fonts-ttf-${PV}.zip" | 13 | S = "${WORKDIR}/TakaoFonts_00303.01" |
11 | SRC_URI[md5sum] = "ca480e5edb9f26d871bf6df6cb910306" | ||
12 | SRC_URI[sha256sum] = "2f526a16c7931958f560697d494d8304949b3ce0aef246fb0c727fbbcc39089e" | ||
13 | |||
14 | S = "${WORKDIR}/${BPN}-ttf-${PV}" | ||
15 | |||
16 | do_install() { | 14 | do_install() { |
17 | install -m 0755 -d ${D}/${datadir}/fonts | 15 | install -m 0755 -d ${D}/${datadir}/fonts |
18 | install -m 0644 -p ${S}/*.ttf ${D}/${datadir}/fonts/ | 16 | install -m 0644 -p ${S}/*.ttf ${D}/${datadir}/fonts/ |