[oe-commits] org.oe.dev autotools.bbclass: merge in patch from openmoko to get intltool working for some packages

koen commit openembedded-commits at lists.openembedded.org
Thu Feb 15 22:09:59 UTC 2007


autotools.bbclass: merge in patch from openmoko to get intltool working for some packages

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 9977b5659951e82f900130b4ff0d49012d06abad
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9977b5659951e82f900130b4ff0d49012d06abad
Files:
1
classes/autotools.bbclass
Diffs:

#
# mt diff -r91f3ffc1fe4df4ded3f990b265cea4968c253ade -r9977b5659951e82f900130b4ff0d49012d06abad
#
# 
# 
# patch "classes/autotools.bbclass"
#  from [9467624c157cb8970b3658f48e7952ac0fa11fcc]
#    to [dced52fcafd4e224bafcb35c4fb04253857c7c3b]
# 
============================================================
--- classes/autotools.bbclass	9467624c157cb8970b3658f48e7952ac0fa11fcc
+++ classes/autotools.bbclass	dced52fcafd4e224bafcb35c4fb04253857c7c3b
@@ -115,7 +115,7 @@ autotools_do_configure() {
 			    echo "no" | glib-gettextize --force --copy
 			  fi
 			fi
-			if grep "^AC_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then
+			if grep "^[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then
 			  oenote Executing intltoolize --copy --force --automake
 			  intltoolize --copy --force --automake
 			fi






More information about the Openembedded-commits mailing list