diff options
author | Derek Straka <derek@asterius.io> | 2017-02-24 18:09:54 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-28 12:34:16 +0100 |
commit | 5fecd31c6cc2a56d8cbbc39e32ecab71e0e4bf5b (patch) | |
tree | 4befb011abe18563dc7ce9b2d04a10cad7aee78f | |
parent | be5a3e3fbad3fa45a791cd604742e8147b806f2f (diff) | |
download | meta-openembedded-5fecd31c6cc2a56d8cbbc39e32ecab71e0e4bf5b.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb index bffeb9546..6e0b33ca3 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb | |||
@@ -6,7 +6,7 @@ SECTION = "x11/font" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0d221a9cd144806cb469735cc4775939" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0d221a9cd144806cb469735cc4775939" |
8 | 8 | ||
9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native" | 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" |
10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS_${PN} = "encodings font-util" |
11 | RDEPENDS_${PN}_class-native = "font-util-native" | 11 | RDEPENDS_${PN}_class-native = "font-util-native" |
12 | 12 | ||
@@ -16,5 +16,3 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
16 | 16 | ||
17 | SRC_URI[md5sum] = "c8b73a53dcefe3e8d3907d3500e484a9" | 17 | SRC_URI[md5sum] = "c8b73a53dcefe3e8d3907d3500e484a9" |
18 | SRC_URI[sha256sum] = "62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb" | 18 | SRC_URI[sha256sum] = "62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb" |
19 | |||
20 | PNBLACKLIST[font-bh-lucidatypewriter-100dpi] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130625/" | ||