diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
commit | c58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch) | |
tree | 3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb | |
parent | eec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff) | |
download | meta-openembedded-c58cc7d3796dcee6e93885c835ed04cb566abeb2.tar.gz |
move layer into meta-oe in preparation for future splits
As per TSC decision
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb')
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb | 22 |
1 files changed, 22 insertions, 0 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 new file mode 100644 index 000000000..a6f885b8d --- /dev/null +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | require ttf.inc | ||
2 | |||
3 | DESCRIPTION = "MPlus font - TTF Edition" | ||
4 | HOMEPAGE = "http://dejavu.sourceforge.net/wiki/" | ||
5 | LICENSE = "${PN}" | ||
6 | PR = "r0" | ||
7 | |||
8 | SRC_URI = "http://osdn.dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz" | ||
9 | S = "${WORKDIR}/mplus-TESTFLIGHT-${PV}" | ||
10 | |||
11 | python populate_packages_prepend() { | ||
12 | plugindir = bb.data.expand('${datadir}/fonts/ttf-mplus/', d) | ||
13 | do_split_packages(d, plugindir, '^(.*)\.ttf$', 'ttf-%s', 'TTF Font %s', extra_depends = "ttf-common") | ||
14 | } | ||
15 | |||
16 | do_install() { | ||
17 | install -d ${D}${datadir}/fonts/ttf-mplus | ||
18 | install -m 0644 *.ttf ${D}${datadir}/fonts/ttf-mplus/ | ||
19 | } | ||
20 | |||
21 | SRC_URI[md5sum] = "d1400184b51b3871e8d2fca6c50e18ae" | ||
22 | SRC_URI[sha256sum] = "a20b9b9b03c2a6fb1e2137d29e8a6ce06406ba1e008906ea3c474dc048dc06a6" | ||