diff options
author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2017-08-28 14:06:05 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:11:54 +0200 |
commit | af7c6e5754b2d99f729ea5c9623d196f91d29e0c (patch) | |
tree | 6013605c2a4efa024886e9a353e2fef5ee93097c | |
parent | 37034ff4bbc9b85807a28c74077473f3c96c463a (diff) | |
download | meta-openembedded-af7c6e5754b2d99f729ea5c9623d196f91d29e0c.tar.gz |
terminus-font: fix RSS breakage and unblacklist
Depend on bdftopcf-native to fix errors like:
| perl ./ucstoany.pl ter-u12b.bdf ISO8859 1 uni/x11gr.uni uni/ascii-h.uni uni/win-1252.uni | bdftopcf -o ter-112b.pcf
| /bin/sh: bdftopcf: command not found
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb index 4c8399d7d..c460fc35c 100644 --- a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb +++ b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb | |||
@@ -8,7 +8,7 @@ SECTION = "fonts" | |||
8 | LICENSE = "OFL-1.1" | 8 | LICENSE = "OFL-1.1" |
9 | LIC_FILES_CHKSUM = "file://OFL.TXT;md5=9cadb26f4c5c005618c5ae74f041ec54" | 9 | LIC_FILES_CHKSUM = "file://OFL.TXT;md5=9cadb26f4c5c005618c5ae74f041ec54" |
10 | 10 | ||
11 | DEPENDS = "hostperl-runtime-native gzip-native" | 11 | DEPENDS = "hostperl-runtime-native gzip-native bdftopcf-native" |
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" |
14 | SRC_URI[md5sum] = "a8e792fe6e84c86ed2b6ed3e2a12ba66" | 14 | SRC_URI[md5sum] = "a8e792fe6e84c86ed2b6ed3e2a12ba66" |
@@ -43,5 +43,3 @@ PACKAGES += "${PN}-consolefonts ${PN}-consoletrans ${PN}-pcf" | |||
43 | FILES_${PN}-consolefonts = "${datadir}/consolefonts" | 43 | FILES_${PN}-consolefonts = "${datadir}/consolefonts" |
44 | FILES_${PN}-consoletrans = "${datadir}/consoletrans" | 44 | FILES_${PN}-consoletrans = "${datadir}/consoletrans" |
45 | FILES_${PN}-pcf = "${datadir}/fonts/terminus" | 45 | FILES_${PN}-pcf = "${datadir}/fonts/terminus" |
46 | |||
47 | PNBLACKLIST[terminus-font] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130638/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||