[oe-commits] Bian Naimeng : libgxim: inherit gettext to fix build error in a non-gplv3 build.

git at git.openembedded.org git at git.openembedded.org
Mon Aug 31 18:20:15 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 805a01213557dd0ea3b1f09d17b239e53f1009f7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=805a01213557dd0ea3b1f09d17b239e53f1009f7

Author: Bian Naimeng <biannm at cn.fujitsu.com>
Date:   Mon Aug 31 13:05:20 2015 +0800

libgxim: inherit gettext to fix build error in a non-gplv3 build.

| configure.ac:18: warning: AM_NLS is m4_require'd but not m4_defun'd
  | aclocal.m4:2363: IT_PROG_INTLTOOL is expanded from...
  | aclocal.m4:2545: AC_PROG_INTLTOOL is expanded from...
  | configure.ac:18: the top level
  | configure:12119: error: possibly undefined macro: AM_NLS
  |       If this token and others are legitimate, please use m4_pattern_allow.
  |       See the Autoconf documentation.

Signed-off-by: Bian Naimeng <biannm at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb b/meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb
index 0b4b743..768bdaa 100644
--- a/meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb
+++ b/meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb
@@ -22,4 +22,4 @@ file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 EXTRA_OECONF = " --disable-static --disable-rebuilds"
 DEPENDS += "gtk+ glib-2.0 ruby-native"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext



More information about the Openembedded-commits mailing list