[oe-commits] Thomas Zimmermann : attr: fix MSGFMT and MSGMERGE paths

git version control git at git.openembedded.org
Tue Mar 16 09:25:20 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 2ed217468dba20e9bdc290afe6d7f36e2c164108
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2ed217468dba20e9bdc290afe6d7f36e2c164108

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Tue Mar 16 09:53:29 2010 +0100

attr: fix MSGFMT and MSGMERGE paths

* do_configure fails if gettext isn't installed on buildhost
* set ac_cv_path_MSGFMT and ac_cv_path_MSGMERGE like it's already
  done for ac_cv_path_XGETTEXT

Signed-off-by: Thomas Zimmermann <ml at vdm-design.de>

---

 recipes/udev/attr_2.4.44.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/udev/attr_2.4.44.bb b/recipes/udev/attr_2.4.44.bb
index a20568d..2c75042 100644
--- a/recipes/udev/attr_2.4.44.bb
+++ b/recipes/udev/attr_2.4.44.bb
@@ -7,7 +7,10 @@ SRC_URI = "http://mirror.its.uidaho.edu/pub/savannah/attr/attr-${PV}.src.tar.gz"
 
 inherit gettext autotools lib_package
 
-EXTRA_OECONF = " --enable-gettext=yes ac_cv_path_XGETTEXT=${STAGING_BINDIR_NATIVE}/xgettext"
+EXTRA_OECONF = " --enable-gettext=yes \
+                 ac_cv_path_XGETTEXT=${STAGING_BINDIR_NATIVE}/xgettext \
+                 ac_cv_path_MSGFMT=${STAGING_BINDIR_NATIVE}/msgfmt \
+                 ac_cv_path_MSGMERGE=${STAGING_BINDIR_NATIVE}/msgmerge "
 
 LDFLAGS_append_libc-uclibc += " -lintl"
 





More information about the Openembedded-commits mailing list