[oe-commits] : gtkmm: add hack to get it to compile with a recent libtool

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 12 14:26:43 UTC 2008


Module: OE.dev
Branch: master
Commit: 369d95752fcf882dee41c3d2f39bad8c255f52b7
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=369d95752fcf882dee41c3d2f39bad8c255f52b7

Author:  <koen at openembedded.org>
Date:   Mon Aug 11 08:56:35 2008 +0000

gtkmm: add hack to get it to compile with a recent libtool

---

 packages/gtkmm/gtkmm_2.12.7.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/packages/gtkmm/gtkmm_2.12.7.bb b/packages/gtkmm/gtkmm_2.12.7.bb
index b8ba69f..9ef908d 100644
--- a/packages/gtkmm/gtkmm_2.12.7.bb
+++ b/packages/gtkmm/gtkmm_2.12.7.bb
@@ -2,3 +2,8 @@ require gtkmm.inc
 
 PR = "r0"
 
+# Hack! Remove once gtkmm likes libtool 2x
+do_configure() {
+	gnu-configize
+	oe_runconf
+}	





More information about the Openembedded-commits mailing list