[oe-commits] [meta-openembedded] 36/50: fontforge: explicitly depend on gettext-native

git at git.openembedded.org git at git.openembedded.org
Sat Jan 27 01:36:49 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 6f536298c1afcaaff2771c7d0f242259d6b9fc1f
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Fri Jan 19 15:19:40 2018 +0000

    fontforge: explicitly depend on gettext-native
    
    * fixes:
      Making all in po
      make[2]: Entering directory
      `TOPDIR/BUILD/work/x86_64-linux/fontforge-native/20170731-r0/build/po'
      msgfmt --check --output-file=ca.mo ../../git/po/ca.po
      msgfmt --check --output-file=el.mo ../../git/po/el.po
      msgfmt --check --output-file=es.mo ../../git/po/es.po
      msgfmt --check --output-file=it.mo ../../git/po/it.po
      /bin/bash: msgfmt: command not found
      /bin/bash: msgfmt: command not found
      /bin/bash: msgfmt: command not found
      /bin/bash: msgfmt: command not found
      make[2]: *** [ca.mo] Error 127
      make[2]: *** Waiting for unfinished jobs....
      make[2]: *** [el.mo] Error 127
      make[2]: *** [es.mo] Error 127
      make[2]: *** [it.mo] Error 127
      make[2]: Leaving directory
      `TOPDIR/BUILD/work/x86_64-linux/fontforge-native/20170731-r0/build/po'
    
    * as Ross explained:
      needs explicit dependency on gettext-native
      native disables NLS so just has gettext-minimal-native in the depends
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb
index d9f0867..481fedf 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
     file://LICENSE;md5=3f922b42ed0033fa0fd4cd3268f6429c \
 "
 
-DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash gnulib"
+DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash gnulib gettext-native"
 DEPENDS_append_class-target = " libxi"
 
 inherit autotools pkgconfig pythonnative distro_features_check gettext

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list