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