mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
font-adobe-utopia-100dpi: update depends to fix builds with RSS
Resolves build issue exposed by RSS See http://errors.yoctoproject.org/Errors/Details/130623/ Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
b3d7a464c1
commit
bac94456a0
|
@ -6,7 +6,7 @@ SECTION = "x11/font"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fa13e704b7241f60ef9105cc041b9732"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fa13e704b7241f60ef9105cc041b9732"
|
||||||
|
|
||||||
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] = "66fb6de561648a6dce2755621d6aea17"
|
SRC_URI[md5sum] = "66fb6de561648a6dce2755621d6aea17"
|
||||||
SRC_URI[sha256sum] = "d16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5"
|
SRC_URI[sha256sum] = "d16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5"
|
||||||
|
|
||||||
PNBLACKLIST[font-adobe-utopia-100dpi] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130623/"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user