[oe-commits] Koen Kooi : gtk+ 1.2: use sed to get m4 macros to work with gettext > 0.14.

GIT User account git at amethyst.openembedded.net
Thu Oct 16 11:32:58 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9860d3a402dc55ca78c9ddb31d66a1106e68414c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9860d3a402dc55ca78c9ddb31d66a1106e68414c

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Oct 16 13:31:36 2008 +0200

gtk+ 1.2: use sed to get m4 macros to work with gettext > 0.14.0

---

 packages/gtk+/gtk+-1.2_1.2.10.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/gtk+/gtk+-1.2_1.2.10.bb b/packages/gtk+/gtk+-1.2_1.2.10.bb
index 55e7ac6..aa9ba64 100644
--- a/packages/gtk+/gtk+-1.2_1.2.10.bb
+++ b/packages/gtk+/gtk+-1.2_1.2.10.bb
@@ -17,6 +17,7 @@ inherit autotools pkgconfig flow-lossage
 do_configure_prepend() {
 	install -d m4
 	rm -f ltconfig libtool ltmain.sh aclocal.m4
+	sed -i -e s:AM_LC_MESSAGES:gt_LC_MESSAGES:g acinclude.m4
 }
 
 FILES_${PN} += "${datadir}/themes"





More information about the Openembedded-commits mailing list