mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
font-bh-lucidatypewriter-100dpi: update depends to fix builds with RSS
Resolves build issue exposed by RSS See http://errors.yoctoproject.org/Errors/Details/130625/ Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
be5a3e3fba
commit
5fecd31c6c
|
@ -6,7 +6,7 @@ SECTION = "x11/font"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0d221a9cd144806cb469735cc4775939"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0d221a9cd144806cb469735cc4775939"
|
||||||
|
|
||||||
DEPENDS = "util-macros-native font-util-native bdftopcf-native"
|
DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util"
|
||||||
RDEPENDS_${PN} = "encodings font-util"
|
RDEPENDS_${PN} = "encodings font-util"
|
||||||
RDEPENDS_${PN}_class-native = "font-util-native"
|
RDEPENDS_${PN}_class-native = "font-util-native"
|
||||||
|
|
||||||
|
@ -16,5 +16,3 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "c8b73a53dcefe3e8d3907d3500e484a9"
|
SRC_URI[md5sum] = "c8b73a53dcefe3e8d3907d3500e484a9"
|
||||||
SRC_URI[sha256sum] = "62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb"
|
SRC_URI[sha256sum] = "62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb"
|
||||||
|
|
||||||
PNBLACKLIST[font-bh-lucidatypewriter-100dpi] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130625/"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user