diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-22 22:28:46 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-23 23:22:26 +0100 |
| commit | a369df87952aaca557074b69829aac6e957b2472 (patch) | |
| tree | 2e6ee56b092918cf5232b8135a7287368aa2a326 | |
| parent | 724bcc14abe757770c7f8eaa8f87ad7986ffd9cd (diff) | |
| download | meta-openembedded-a369df87952aaca557074b69829aac6e957b2472.tar.gz | |
fontforge: add gettext to inherit and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb index 7d303123ee..75abd5ca44 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 9 | DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash gnulib" | 9 | DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash gnulib" |
| 10 | DEPENDS_append_class-target = " libxi" | 10 | DEPENDS_append_class-target = " libxi" |
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig pythonnative distro_features_check | 12 | inherit autotools pkgconfig pythonnative distro_features_check gettext |
| 13 | 13 | ||
| 14 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" | 14 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" |
| 15 | 15 | ||
| @@ -58,5 +58,3 @@ RDEPENDS_${PN}-python = "python" | |||
| 58 | 58 | ||
| 59 | # for e.g kde's oxygen-fonts | 59 | # for e.g kde's oxygen-fonts |
| 60 | BBCLASSEXTEND = "native" | 60 | BBCLASSEXTEND = "native" |
| 61 | |||
| 62 | PNBLACKLIST[fontforge] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130639/" | ||
