diff options
| author | Derek Straka <derek@asterius.io> | 2017-02-24 18:09:53 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-28 12:34:16 +0100 |
| commit | be5a3e3fbad3fa45a791cd604742e8147b806f2f (patch) | |
| tree | 1f8c4cf6a95ae475c01b43f43fd5a90153ce34d9 /meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | |
| parent | bac94456a09e94583111f81808fd485cd7404af8 (diff) | |
| download | meta-openembedded-be5a3e3fbad3fa45a791cd604742e8147b806f2f.tar.gz | |
font-misc-misc: update depends to fix builds with RSS
Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130628/
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb index 342572a217..e4cd90a7af 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | |||
| @@ -6,7 +6,7 @@ SECTION = "x11/font" | |||
| 6 | LICENSE = "PD" | 6 | LICENSE = "PD" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=200c507f595ee97008c7c5c3e94ab9a8" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=200c507f595ee97008c7c5c3e94ab9a8" |
| 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 | 11 | ||
| 12 | inherit distro_features_check | 12 | inherit distro_features_check |
| @@ -15,5 +15,3 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
| 15 | 15 | ||
| 16 | SRC_URI[md5sum] = "c88eb44b3b903d79fb44b860a213e623" | 16 | SRC_URI[md5sum] = "c88eb44b3b903d79fb44b860a213e623" |
| 17 | SRC_URI[sha256sum] = "b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794" | 17 | SRC_URI[sha256sum] = "b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794" |
| 18 | |||
| 19 | PNBLACKLIST[font-misc-misc] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130628/" | ||
