From a369df87952aaca557074b69829aac6e957b2472 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 22 Feb 2017 22:28:46 +0100 Subject: fontforge: add gettext to inherit and unblacklist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-oe/recipes-graphics') 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 = " \ DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash gnulib" DEPENDS_append_class-target = " libxi" -inherit autotools pkgconfig pythonnative distro_features_check +inherit autotools pkgconfig pythonnative distro_features_check gettext REQUIRED_DISTRO_FEATURES_append_class-target = " x11" @@ -58,5 +58,3 @@ RDEPENDS_${PN}-python = "python" # for e.g kde's oxygen-fonts BBCLASSEXTEND = "native" - -PNBLACKLIST[fontforge] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130639/" -- cgit 1.2.3-korg